Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core.doxy 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Doxyfile 0.1
  2. @INCLUDE = common.doxy
  3. #---------------------------------------------------------------------------
  4. # General configuration options
  5. #---------------------------------------------------------------------------
  6. PROJECT_NAME = "Mesa Core"
  7. #---------------------------------------------------------------------------
  8. # configuration options related to the input files
  9. #---------------------------------------------------------------------------
  10. INPUT = ../src/mesa/main/
  11. FILE_PATTERNS = *.c *.h
  12. RECURSIVE = NO
  13. EXCLUDE = ../src/glapitemp.h ../src/glapioffsets.h
  14. EXCLUDE_PATTERNS = subset_*
  15. EXAMPLE_PATH =
  16. EXAMPLE_PATTERNS =
  17. EXAMPLE_RECURSIVE = NO
  18. IMAGE_PATH =
  19. INPUT_FILTER =
  20. FILTER_SOURCE_FILES = NO
  21. #---------------------------------------------------------------------------
  22. # configuration options related to the HTML output
  23. #---------------------------------------------------------------------------
  24. HTML_OUTPUT = core
  25. #---------------------------------------------------------------------------
  26. # Configuration options related to the preprocessor
  27. #---------------------------------------------------------------------------
  28. ENABLE_PREPROCESSING = YES
  29. MACRO_EXPANSION = YES
  30. EXPAND_ONLY_PREDEF = YES
  31. SEARCH_INCLUDES = YES
  32. INCLUDE_PATH = ../include/
  33. INCLUDE_FILE_PATTERNS =
  34. PREDEFINED = _HAVE_FULL_GL=1
  35. EXPAND_AS_DEFINED = _glthread_DECLARE_STATIC_MUTEX
  36. SKIP_FUNCTION_MACROS = YES
  37. #---------------------------------------------------------------------------
  38. # Configuration::addtions related to external references
  39. #---------------------------------------------------------------------------
  40. TAGFILES = tnl_dd.tag=../tnl_dd \
  41. array_cache.tag=../array_cache \
  42. math.tag=../math \
  43. swrast.tag=../swrast \
  44. swrast_setup.tag=../swrast_setup \
  45. tnl.tag=../tnl
  46. GENERATE_TAGFILE = core.tag