mirror of https://github.com/ecmwf/eccodes.git
Documentation: updates for doxygen
This commit is contained in:
parent
38fe2e8cca
commit
595e64c998
|
@ -1,4 +1,4 @@
|
|||
/*! \mainpage GRIB API
|
||||
/*! \mainpage ecCodes
|
||||
|
||||
\section new New
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = grib_api
|
||||
PROJECT_NAME = eccodes
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY =
|
||||
CREATE_SUBDIRS = NO
|
||||
|
@ -89,10 +89,10 @@ INPUT = grib_api.dox \
|
|||
modules.dox \
|
||||
installation.dox \
|
||||
../src/grib_api.h \
|
||||
../src/eccodes.h \
|
||||
../fortran/grib_f90.f90 \
|
||||
../examples/C \
|
||||
../examples/F90 \
|
||||
../examples/F77 \
|
||||
../examples/python \
|
||||
../tools/tools.dox \
|
||||
../tools/grib_ls.dox \
|
||||
|
@ -105,7 +105,7 @@ INPUT = grib_api.dox \
|
|||
../tools/grib_keys.dox \
|
||||
../tools/grib_copy.dox \
|
||||
../tools/grib_index_build.dox \
|
||||
../python/eccode.py
|
||||
../python/eccodes.py
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cc \
|
||||
*.cxx \
|
||||
|
@ -151,7 +151,7 @@ RECURSIVE = NO
|
|||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS =
|
||||
EXAMPLE_PATH = ../examples/C ../examples/F90 ../examples/F77 ../examples/python
|
||||
EXAMPLE_PATH = ../examples/C ../examples/F90 ../examples/python
|
||||
EXAMPLE_PATTERNS = *
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
|
|
Loading…
Reference in New Issue