Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

swrast.doxy 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Doxyfile 0.1
  2. @INCLUDE = common.doxy
  3. #---------------------------------------------------------------------------
  4. # General configuration options
  5. #---------------------------------------------------------------------------
  6. PROJECT_NAME = "Mesa Software Rasterization (swrast)"
  7. #---------------------------------------------------------------------------
  8. # configuration options related to the input files
  9. #---------------------------------------------------------------------------
  10. INPUT = ../src/mesa/swrast/
  11. FILE_PATTERNS = *.c *.h
  12. RECURSIVE = NO
  13. EXCLUDE =
  14. EXCLUDE_PATTERNS =
  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 = swrast
  25. #---------------------------------------------------------------------------
  26. # Configuration options related to the preprocessor
  27. #---------------------------------------------------------------------------
  28. ENABLE_PREPROCESSING = YES
  29. MACRO_EXPANSION = NO
  30. EXPAND_ONLY_PREDEF = NO
  31. SEARCH_INCLUDES = YES
  32. INCLUDE_PATH = ../include/
  33. INCLUDE_FILE_PATTERNS =
  34. PREDEFINED =
  35. EXPAND_AS_DEFINED =
  36. SKIP_FUNCTION_MACROS = YES
  37. #---------------------------------------------------------------------------
  38. # Configuration::addtions related to external references
  39. #---------------------------------------------------------------------------
  40. TAGFILES = core.tag=../core \
  41. math.tag=../math \
  42. tnl_dd.tag=../tnl_dd \
  43. swrast_setup.tag=../swrast_setup \
  44. tnl.tag=../tnl \
  45. array_cache.tag=array_cache
  46. GENERATE_TAGFILE = swrast.tag