summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/doxy/Doxyfile
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/geometry/doc/doxy/Doxyfile
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/geometry/doc/doxy/Doxyfile')
-rw-r--r--libs/geometry/doc/doxy/Doxyfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/geometry/doc/doxy/Doxyfile b/libs/geometry/doc/doxy/Doxyfile
index fd23c3815..633625f46 100644
--- a/libs/geometry/doc/doxy/Doxyfile
+++ b/libs/geometry/doc/doxy/Doxyfile
@@ -91,6 +91,8 @@ ALIASES = qbk{1}="\xmlonly <qbk>\1</qbk> \endxmlonly" \
param_z="Third coordinate (usually z-coordinate)" \
constructor_default{1}="Default constructor, creating an empty \1" \
constructor_begin_end{1}="Constructor with begin and end, filling the \1" \
+ constructor_initializer_list{1}="Constructor taking std::initializer_list, filling the \1" \
+ assignment_initializer_list{1}="Assignment operator taking std::initializer_list, assigning values to the \1" \
details_calc{2}="The free function \1 calculates the \2 of a geometry" \
details_calc{1}="The free function \1 calculates the \1 of a geometry" \
details_calc2{2}="The free function \1 calculates the \2 of two geometries" \