diff options
Diffstat (limited to 'installer/ogGenerateDoc.sh')
-rwxr-xr-x | installer/ogGenerateDoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh index 5cc0914b..34a16ced 100755 --- a/installer/ogGenerateDoc.sh +++ b/installer/ogGenerateDoc.sh @@ -33,7 +33,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Proyecto OpenGnsys" PROJECT_NUMBER = $VERSION OUTPUT_DIRECTORY = $2 -PROJECT_LOGO = $(dirname "$0")/../doc/opengnsys-logo.png) +PROJECT_LOGO = $(dirname "$0")/../doc/opengnsys-logo.png CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = Spanish BRIEF_MEMBER_DESC = YES |