summaryrefslogtreecommitdiffstats
path: root/installer/ogGenerateDoc.sh
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2009-12-09 16:34:27 +0000
committerramon <ramongomez@us.es>2009-12-09 16:34:27 +0000
commit1e7eaab879de453542dd5a0f5ed89f3d3ba51bde (patch)
tree7948533f6f7305791275b6c88805da333a93627d /installer/ogGenerateDoc.sh
parent3fef8e1a9dac7c0c8df4845a6b102172c399085e (diff)
Installador vale para repositorio y descargable; funciones de API compatibles Doxygen.
git-svn-id: https://opengnsys.es/svn/trunk@652 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/ogGenerateDoc.sh')
-rwxr-xr-xinstaller/ogGenerateDoc.sh6
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