summaryrefslogtreecommitdiffstats
path: root/installer/ogGenerateDoc.sh
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2016-11-29 08:29:02 +0000
committerramon <ramongomez@us.es>2016-11-29 08:29:02 +0000
commit1531e575dcebd322beae79eebfe1ed1f907dabfc (patch)
treefa9dff116364bc1079fd36d00b25c75413dc4a41 /installer/ogGenerateDoc.sh
parentdda6ab9a523b4545178d8cbb3e1742743cfae933 (diff)
VersiĆ³n 1.0.6b #754: Doxygen solo genera HTML e incluye el logo del proyecto; actualizar lista de tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5115 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/ogGenerateDoc.sh')
-rwxr-xr-xinstaller/ogGenerateDoc.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh
index d8567d50..5cc0914b 100755
--- a/installer/ogGenerateDoc.sh
+++ b/installer/ogGenerateDoc.sh
@@ -21,7 +21,7 @@ if [ $# = 2 ]
then
mkdir -p "$2"
VERSION=$(cat $(dirname "$0")/../doc/VERSION.txt) 2>/dev/null
-VERSION=${VERSION:-"1.0 beta"}
+VERSION=${VERSION:-"1.1"}
cat > /tmp/doxyfile << EOF
# Doxyfile 1.5.6
# Fichero para documentar codigo shellscripts linux.
@@ -30,9 +30,10 @@ cat > /tmp/doxyfile << EOF
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = "Proyecto OpenGnSys"
+PROJECT_NAME = "Proyecto OpenGnsys"
PROJECT_NUMBER = $VERSION
OUTPUT_DIRECTORY = $2
+PROJECT_LOGO = $(dirname "$0")/../doc/opengnsys-logo.png)
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = Spanish
BRIEF_MEMBER_DESC = YES
@@ -245,7 +246,7 @@ LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
-GENERATE_RTF = YES
+GENERATE_RTF = NO
RTF_OUTPUT = rtf
COMPACT_RTF = YES
RTF_HYPERLINKS = YES
@@ -254,7 +255,7 @@ RTF_EXTENSIONS_FILE =
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
-GENERATE_MAN = YES
+GENERATE_MAN = NO
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_LINKS = YES
@@ -273,7 +274,7 @@ GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# configuration options related to the Perl module output
#---------------------------------------------------------------------------
-GENERATE_PERLMOD = YES
+GENERATE_PERLMOD = NO
PERLMOD_LATEX = NO
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =