Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

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