summaryrefslogtreecommitdiff
path: root/linux-core/Doxyfile
diff options
context:
space:
mode:
authorJose Fonseca <jrfonseca@users.sourceforge.net>2004-10-18 14:16:41 +0000
committerJose Fonseca <jrfonseca@users.sourceforge.net>2004-10-18 14:16:41 +0000
commit0d89b19325d533a7c1817fcb568a1879fd28a865 (patch)
tree852596691379758213aa5dde4a1bf7767e9217a7 /linux-core/Doxyfile
parentd403173005fd345ba8b83f19497a8aaf07e7eee6 (diff)
Update Doxygen configuration & comments.
Diffstat (limited to 'linux-core/Doxyfile')
-rw-r--r--linux-core/Doxyfile18
1 files changed, 4 insertions, 14 deletions
diff --git a/linux-core/Doxyfile b/linux-core/Doxyfile
index ab4fda13..97efeaa6 100644
--- a/linux-core/Doxyfile
+++ b/linux-core/Doxyfile
@@ -418,7 +418,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = . \
- ../shared
+ ../shared-core
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -440,8 +440,7 @@ RECURSIVE = NO
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = dristat.c \
- drmstat.c
+EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
@@ -955,17 +954,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = __KERNEL__ \
DRM(x)=x \
- __HAVE_AGP=1 \
- __REALLY_HAVE_AGP=1 \
- __MUST_HAVE_AGP=0 \
- __HAVE_MTRR=1 \
- __HAVE_CTX_BITMAP=1 \
- __HAVE_SG=0 \
- __HAVE_PCI_DMA=0 \
- __HAVE_DMA=1 \
- __HAVE_IRQ=1 \
- __HAVE_VBL_IRQ=1 \
- __HAVE_SHARED_IRQ=1
+ __OS_HAS_AGP=1 \
+ __OS_HAS_MTRR=1
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.