From b2a94ea3ce76fb91eefa59aec14072553292f4a0 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Wed, 29 May 2013 11:19:44 +0200 Subject: [PATCH] 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. --- Scripts/developer_scripts/cgal_create_package_dir.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Scripts/developer_scripts/cgal_create_package_dir.py b/Scripts/developer_scripts/cgal_create_package_dir.py index 7e352dc495d..e1dc3f03a60 100755 --- a/Scripts/developer_scripts/cgal_create_package_dir.py +++ b/Scripts/developer_scripts/cgal_create_package_dir.py @@ -17,7 +17,7 @@ packagename = args.packagename xmlstring = \ """ - PROJECT NAME + PRETTY PACKAGE NAME ../PACKAGENAME/doc/PACKAGENAME ../PACKAGENAME/doc/PACKAGENAME @@ -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