X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=doxygen%2Fgallium.doxy;h=1a38c8d12c3b11e9d5c77851f69bd46b14ff86e4;hb=f976d22759f4c9b7f4c811ffd21ad970a0fb4352;hp=b97819738875ce07de925e5717fe4012f1440e07;hpb=c989209b6a43f9c21b680e55db0bcda0769dccbf;p=mesa.git diff --git a/doxygen/gallium.doxy b/doxygen/gallium.doxy index b9781973887..1a38c8d12c3 100644 --- a/doxygen/gallium.doxy +++ b/doxygen/gallium.doxy @@ -113,7 +113,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = ../src/mesa +STRIP_FROM_PATH = ../src # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -478,9 +478,8 @@ WARN_LOGFILE = # with spaces. INPUT = gallium.doc \ - ../src/mesa/pipe \ - ../src/mesa/state_tracker \ - ../src/mesa/drivers/dri/intel_winsys + ../src/gallium \ + ../src/mesa/state_tracker # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default @@ -496,7 +495,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 +1056,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.