mirror of https://github.com/CGAL/cgal
add missing suffix
This commit is contained in:
parent
88f44a53f9
commit
a5f7ffb900
|
|
@ -34,23 +34,20 @@ INPUT = ${CMAKE_SOURCE_DIR}/PACKAGENAME/doc/PACKAGENAME/ \
|
||||||
descrstring = \
|
descrstring = \
|
||||||
r"""// PRETTY PACKAGE NAME should equal the project title in Doxyfile.in
|
r"""// PRETTY PACKAGE NAME should equal the project title in Doxyfile.in
|
||||||
|
|
||||||
/// \defgroup PkgPACKAGE PRETTY PACKAGE NAME Reference
|
/// \defgroup PkgPACKAGERef PRETTY PACKAGE NAME Reference
|
||||||
/// \defgroup PkgPACKAGEConcepts Concepts
|
/// \defgroup PkgPACKAGEConcepts Concepts
|
||||||
/// \ingroup PkgPACKAGE
|
/// \ingroup PkgPACKAGERef
|
||||||
|
|
||||||
/// \defgroup PkgPACKAGEAlgorithmClasses Algorithm Classes
|
/// \defgroup PkgPACKAGEAlgorithmClasses Algorithm Classes
|
||||||
/// \ingroup PkgPACKAGE
|
/// \ingroup PkgPACKAGERef
|
||||||
|
|
||||||
/// \defgroup PkgPACKAGETraitsClasses Traits Classes
|
/// \defgroup PkgPACKAGETraitsClasses Traits Classes
|
||||||
/// \ingroup PkgPACKAGE
|
/// \ingroup PkgPACKAGERef
|
||||||
|
|
||||||
/// \defgroup PkgPACKAGEMiscellaneous Miscellaneous
|
/// \defgroup PkgPACKAGEMiscellaneous Miscellaneous
|
||||||
/// \ingroup PkgPACKAGE
|
/// \ingroup PkgPACKAGERef
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\addtogroup PkgPACKAGE
|
|
||||||
\todo check generated documentation
|
|
||||||
|
|
||||||
\cgalPkgDescriptionBegin{PACKAGE NAME,PkgPACKAGE}
|
\cgalPkgDescriptionBegin{PACKAGE NAME,PkgPACKAGE}
|
||||||
\cgalPkgPicture{pkg-small.png}
|
\cgalPkgPicture{pkg-small.png}
|
||||||
|
|
||||||
|
|
@ -58,7 +55,7 @@ r"""// PRETTY PACKAGE NAME should equal the project title in Doxyfile.in
|
||||||
\cgalPkgAuthors{PACKAGE AUTHOR}
|
\cgalPkgAuthors{PACKAGE AUTHOR}
|
||||||
\cgalPkgDesc{PACKAGE DESCRIPTION.
|
\cgalPkgDesc{PACKAGE DESCRIPTION.
|
||||||
The package provides ... }
|
The package provides ... }
|
||||||
\cgalPkgManuals{Chapter_PACKAGE_NAME,PkgPACKAGE}
|
\cgalPkgManuals{Chapter_PACKAGE_NAME,PkgPACKAGERef}
|
||||||
\cgalPkgSummaryEnd
|
\cgalPkgSummaryEnd
|
||||||
|
|
||||||
\cgalPkgShortInfoBegin
|
\cgalPkgShortInfoBegin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue