summaryrefslogtreecommitdiff
path: root/doxygen/math.doxy
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-09-17 16:00:10 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-09-17 16:00:10 +0000
commit397d1e4d5750bda09e52451cfeb0a69126602a56 (patch)
tree3f82a78a1a5153d46c38d5a88bb308312ea7c866 /doxygen/math.doxy
parent5543901b96660b467549b09265bd9ff35aff4af5 (diff)
Merge the Doxygen configuration files from the embedded branch.
Diffstat (limited to 'doxygen/math.doxy')
-rw-r--r--doxygen/math.doxy8
1 files changed, 4 insertions, 4 deletions
diff --git a/doxygen/math.doxy b/doxygen/math.doxy
index 0985833924..248baaaf76 100644
--- a/doxygen/math.doxy
+++ b/doxygen/math.doxy
@@ -3,13 +3,13 @@
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = "Mesa math"
+PROJECT_NAME = "Mesa math module"
PROJECT_NUMBER = 5.1
OUTPUT_DIRECTORY = .
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
@@ -51,7 +51,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = ../src/math/
+INPUT = ../src/mesa/math/
FILE_PATTERNS = *.c \
*.h
RECURSIVE = NO
@@ -73,7 +73,7 @@ REFERENCES_RELATION = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
+ALPHABETICAL_INDEX = NO
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX =
#---------------------------------------------------------------------------