diff options
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 |