diff options
author | ramon <ramongomez@us.es> | 2009-12-15 17:48:21 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2009-12-15 17:48:21 +0000 |
commit | 7b64958638935ae6c1f89928e3cc13feb99cbd41 (patch) | |
tree | 4db2650ca2b9ed69b64fc26c16502f5b3f6bb6b9 /installer | |
parent | e05993a1eab9ce46505ced2e95636bbe7c229081 (diff) |
Fichero opengnsys-0.9-r662; mejor compatibilidad Doxygen para Trac.
git-svn-id: https://opengnsys.es/svn/trunk@662 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/ogGenerateDoc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh index a6cff1f1..7ed7d868 100755 --- a/installer/ogGenerateDoc.sh +++ b/installer/ogGenerateDoc.sh @@ -28,10 +28,10 @@ cat > /tmp/doxyfile << EOF # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "OpenGNSys" +PROJECT_NAME = "Proyecto OpenGnSys" PROJECT_NUMBER = 1.0 OUTPUT_DIRECTORY = $2 -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = Spanish BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES |