diff options
author | ramon <ramongomez@us.es> | 2018-04-24 10:39:36 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-04-24 10:39:36 +0000 |
commit | f9f6c40aa20151ecc49b42829f76690790b53e2c (patch) | |
tree | 1d8d09d5d925d557440ed06678f79e56879b1051 /installer/ogGenerateDoc.sh | |
parent | 4850d65dfaca21bb58d4c2a6d5a2f3845ef8b711 (diff) |
Corregir errata en fichero de icono para Doxygen.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5751 a21b9725-9963-47de-94b9-378ad31fedc9
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 |