From bb4c780feffd1a67b38ea061635b57a4f6a364c1 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 13 Jul 2016 13:42:59 +0100 Subject: [PATCH] ECC-200: Must use different string for Python package name: ecCodes (stop clash with F90 = eccodes) --- doxygen/grib_api_wiz.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doxygen/grib_api_wiz.cfg b/doxygen/grib_api_wiz.cfg index ff6a8117c..7559aaa8e 100644 --- a/doxygen/grib_api_wiz.cfg +++ b/doxygen/grib_api_wiz.cfg @@ -91,7 +91,7 @@ INPUT = eccodes.dox \ ../examples/C \ ../examples/F90 \ ../examples/python \ - eccodes.py \ + ecCodes.py \ environment.dox FILE_PATTERNS = *.c \ *.cc \ @@ -185,7 +185,7 @@ TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = NO +GENERATE_LATEX = YES LATEX_OUTPUT = latex LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex @@ -284,3 +284,8 @@ DOT_CLEANUP = YES #--------------------------------------------------------------------------- SEARCHENGINE = YES SERVER_BASED_SEARCH = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the DOCBOOK output +#--------------------------------------------------------------------------- +GENERATE_DOCBOOK = YES