use PRETTY PACKAGE NAME in script

I also added a comment that "PRETTY PACKAGE NAME"
should be the same in the xml file and the package
description in the documentation.
This commit is contained in:
Panagiotis Cheilaris
2013-05-29 11:19:44 +02:00
parent 36ff48dff7
commit b2a94ea3ce
@@ -17,7 +17,7 @@ packagename = args.packagename
xmlstring = \
"""<project>
<name>PROJECT NAME</name>
<name>PRETTY PACKAGE NAME</name>
<input>../PACKAGENAME/doc/PACKAGENAME</input>
<doxygen>
<string name="STRIP_FROM_PATH">../PACKAGENAME/doc/PACKAGENAME</string>
@@ -33,7 +33,9 @@ xmlstring = \
"""
descrstring = \
r"""/// \defgroup PkgPACKAGE PACKAGE NAME Reference
r"""// PRETTY PACKAGE NAME should be the same as the one in the xml file
/// \defgroup PkgPACKAGE PRETTY PACKAGE NAME Reference
/// \defgroup PkgPACKAGEConcepts Concepts
/// \ingroup PkgPACKAGE