summaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-12-11 18:09:08 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-12-11 18:19:23 +0000
commit01434dd3bde60fee5a92a50ba2219d45f2901d71 (patch)
treec5fd2cfe559f4fa2dc47de4b66992338725beb46 /doxygen
parentf3789748d4b8f38bfea2f30ef93e9ff3e3888af4 (diff)
Cover LLVM code in doxygen output.
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/gallium.doxy4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/gallium.doxy b/doxygen/gallium.doxy
index b9781973887..fbcec03ea65 100644
--- a/doxygen/gallium.doxy
+++ b/doxygen/gallium.doxy
@@ -496,7 +496,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
-FILE_PATTERNS = *.c *.h
+FILE_PATTERNS = *.c *.h *.cpp *.hpp
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
@@ -1057,7 +1057,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = INLINE=inline
+PREDEFINED = INLINE=inline MESA_LLVM=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.