diff options
Diffstat (limited to 'installer/ogGenerateDoc.sh')
-rwxr-xr-x | installer/ogGenerateDoc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh index c2745652..a6cff1f1 100755 --- a/installer/ogGenerateDoc.sh +++ b/installer/ogGenerateDoc.sh @@ -28,11 +28,11 @@ cat > /tmp/doxyfile << EOF # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "OpenGnsys" +PROJECT_NAME = "OpenGNSys" PROJECT_NUMBER = 1.0 OUTPUT_DIRECTORY = $2 CREATE_SUBDIRS = YES -OUTPUT_LANGUAGE = English +OUTPUT_LANGUAGE = Spanish BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ABBREVIATE_BRIEF = "The $name class" \ @@ -331,4 +331,4 @@ SEARCHENGINE = NO EOF doxygen /tmp/doxyfile -fi
\ No newline at end of file +fi |