diff options
Diffstat (limited to 'libs/geometry/doc/doxy/Doxyfile')
-rw-r--r-- | libs/geometry/doc/doxy/Doxyfile | 2 |
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" \ |