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.

glsl.doxy 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Doxyfile 0.1
  2. @INCLUDE = common.doxy
  3. #---------------------------------------------------------------------------
  4. # General configuration options
  5. #---------------------------------------------------------------------------
  6. PROJECT_NAME = "Mesa GLSL module"
  7. #---------------------------------------------------------------------------
  8. # configuration options related to the input files
  9. #---------------------------------------------------------------------------
  10. INPUT = ../src/glsl/
  11. RECURSIVE = NO
  12. EXCLUDE = ../src/glsl/glsl_lexer.cpp \
  13. ../src/glsl/glsl_lexer.h \
  14. ../src/glsl/glsl_parser.cpp \
  15. ../src/glsl/glsl_parser.h
  16. EXCLUDE_PATTERNS =
  17. #---------------------------------------------------------------------------
  18. # configuration options related to the HTML output
  19. #---------------------------------------------------------------------------
  20. HTML_OUTPUT = glsl
  21. #---------------------------------------------------------------------------
  22. # Configuration options related to the preprocessor
  23. #---------------------------------------------------------------------------
  24. ENABLE_PREPROCESSING = YES
  25. MACRO_EXPANSION = NO
  26. EXPAND_ONLY_PREDEF = NO
  27. SEARCH_INCLUDES = YES
  28. INCLUDE_PATH =
  29. INCLUDE_FILE_PATTERNS =
  30. PREDEFINED =
  31. EXPAND_AS_DEFINED =
  32. SKIP_FUNCTION_MACROS = NO
  33. #---------------------------------------------------------------------------
  34. # Configuration::addtions related to external references
  35. #---------------------------------------------------------------------------
  36. TAGFILES =
  37. GENERATE_TAGFILE = glsl.tag