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 = \
|
||||
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
|
||||
/// \ingroup PkgPACKAGE
|
||||
/// \ingroup PkgPACKAGERef
|
||||
|
||||
/// \defgroup PkgPACKAGEAlgorithmClasses Algorithm Classes
|
||||
/// \ingroup PkgPACKAGE
|
||||
/// \ingroup PkgPACKAGERef
|
||||
|
||||
/// \defgroup PkgPACKAGETraitsClasses Traits Classes
|
||||
/// \ingroup PkgPACKAGE
|
||||
/// \ingroup PkgPACKAGERef
|
||||
|
||||
/// \defgroup PkgPACKAGEMiscellaneous Miscellaneous
|
||||
/// \ingroup PkgPACKAGE
|
||||
/// \ingroup PkgPACKAGERef
|
||||
|
||||
/*!
|
||||
\addtogroup PkgPACKAGE
|
||||
\todo check generated documentation
|
||||
|
||||
\cgalPkgDescriptionBegin{PACKAGE NAME,PkgPACKAGE}
|
||||
\cgalPkgPicture{pkg-small.png}
|
||||
|
||||
|
|
@ -58,7 +55,7 @@ r"""// PRETTY PACKAGE NAME should equal the project title in Doxyfile.in
|
|||
\cgalPkgAuthors{PACKAGE AUTHOR}
|
||||
\cgalPkgDesc{PACKAGE DESCRIPTION.
|
||||
The package provides ... }
|
||||
\cgalPkgManuals{Chapter_PACKAGE_NAME,PkgPACKAGE}
|
||||
\cgalPkgManuals{Chapter_PACKAGE_NAME,PkgPACKAGERef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
||||
\cgalPkgShortInfoBegin
|
||||
|
|
|
|||
Loading…
Reference in New Issue