Browse Source

Tweaks to the doxygen configuration files

tags/embedded-1-20030324
Jose Fonseca 23 years ago
parent
commit
3100749dd0
2 changed files with 9 additions and 4 deletions
  1. 7
    1
      doxygen/core_subset.doxy
  2. 2
    3
      doxygen/math_subset.doxy

+ 7
- 1
doxygen/core_subset.doxy View File

@@ -56,17 +56,23 @@ FILE_PATTERNS = \
blend.[ch] \
buffers.[ch] \
dd.h \
depth.h \
context.[ch] \
colormac.h \
enable.h \
feedback.[ch] \
get.h \
glheader.h \
glthread.h \
hash.[ch] \
histogram.h \
image.[ch] \
imports.[ch] \
lines.[ch] \
light.h \
matrix.[ch] \
macros.h \
mmath.h \
mtypes.h \
pixel.h \
points.[ch] \
@@ -78,7 +84,7 @@ FILE_PATTERNS = \
subset_*.c \
texformat.h \
teximage.h \
textstate.h \
texstate.h \
texstore.h \
texobj.[ch] \
texutil_tmp.h

+ 2
- 3
doxygen/math_subset.doxy View File

@@ -7,7 +7,7 @@ PROJECT_NAME = "Mesa math module"
PROJECT_NUMBER =
OUTPUT_DIRECTORY = .
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
@@ -52,8 +52,7 @@ WARN_LOGFILE =
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../src/math/
FILE_PATTERNS = *.c \
*.h
FILE_PATTERNS = m_matrix.[ch]
RECURSIVE = NO
EXCLUDE =
EXCLUDE_PATTERNS =

Loading…
Cancel
Save