瀏覽代碼

Tweaks to the doxygen configuration files

tags/embedded-1-20030324
Jose Fonseca 23 年之前
父節點
當前提交
3100749dd0
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 7
    1
      doxygen/core_subset.doxy
  2. 2
    3
      doxygen/math_subset.doxy

+ 7
- 1
doxygen/core_subset.doxy 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存