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.

vbo.doxy 1.9KB

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