Clone of mesa.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

tnl.doxy 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Doxyfile 0.1
  2. @INCLUDE = common.doxy
  3. #---------------------------------------------------------------------------
  4. # General configuration options
  5. #---------------------------------------------------------------------------
  6. PROJECT_NAME = "Mesa Transform and Lighting (tnl)"
  7. #---------------------------------------------------------------------------
  8. # configuration options related to the input files
  9. #---------------------------------------------------------------------------
  10. INPUT = ../src/mesa/tnl/
  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 = tnl
  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 = tnl_dd.tag=../tnl \
  42. core.tag=../core \
  43. math.tag=../math \
  44. swrast.tag=../swrast \
  45. swrast_setup.tag=swrast_setup \
  46. array_cache.tag=array_cache
  47. GENERATE_TAGFILE = tnl.tag