summaryrefslogtreecommitdiff
path: root/boost/align/detail/alignment_of_gcc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/align/detail/alignment_of_gcc.hpp')
-rw-r--r--boost/align/detail/alignment_of_gcc.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/align/detail/alignment_of_gcc.hpp b/boost/align/detail/alignment_of_gcc.hpp
index 615968b477..0812fde8e4 100644
--- a/boost/align/detail/alignment_of_gcc.hpp
+++ b/boost/align/detail/alignment_of_gcc.hpp
@@ -1,6 +1,6 @@
/*
(c) 2014 Glen Joseph Fernandes
-glenjofe at gmail dot com
+<glenjofe -at- gmail.com>
Distributed under the Boost Software
License, Version 1.0.
@@ -21,8 +21,8 @@ struct alignment_of
: integral_constant<std::size_t, __alignof__(T)> {
};
-} /* :detail */
-} /* :alignment */
-} /* :boost */
+} /* .detail */
+} /* .alignment */
+} /* .boost */
#endif