summaryrefslogtreecommitdiff
path: root/doxygen/math.doxy
diff options
context:
space:
mode:
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 =
#---------------------------------------------------------------------------