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.

core.doxy 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. # Doxyfile 0.1
  2. #---------------------------------------------------------------------------
  3. # General configuration options
  4. #---------------------------------------------------------------------------
  5. PROJECT_NAME = "Mesa Core"
  6. PROJECT_NUMBER = 5.1
  7. OUTPUT_DIRECTORY =
  8. OUTPUT_LANGUAGE = English
  9. EXTRACT_ALL = YES
  10. EXTRACT_PRIVATE = NO
  11. EXTRACT_STATIC = NO
  12. EXTRACT_LOCAL_CLASSES = YES
  13. HIDE_UNDOC_MEMBERS = NO
  14. HIDE_UNDOC_CLASSES = NO
  15. BRIEF_MEMBER_DESC = YES
  16. REPEAT_BRIEF = YES
  17. ALWAYS_DETAILED_SEC = NO
  18. INLINE_INHERITED_MEMB = NO
  19. FULL_PATH_NAMES = NO
  20. STRIP_FROM_PATH =
  21. INTERNAL_DOCS = NO
  22. STRIP_CODE_COMMENTS = YES
  23. CASE_SENSE_NAMES = YES
  24. SHORT_NAMES = NO
  25. HIDE_SCOPE_NAMES = NO
  26. VERBATIM_HEADERS = YES
  27. SHOW_INCLUDE_FILES = YES
  28. JAVADOC_AUTOBRIEF = NO
  29. INHERIT_DOCS = YES
  30. INLINE_INFO = YES
  31. SORT_MEMBER_DOCS = NO
  32. DISTRIBUTE_GROUP_DOC = NO
  33. TAB_SIZE = 8
  34. GENERATE_TODOLIST = YES
  35. GENERATE_TESTLIST = YES
  36. GENERATE_BUGLIST = YES
  37. ALIASES =
  38. ENABLED_SECTIONS =
  39. MAX_INITIALIZER_LINES = 30
  40. OPTIMIZE_OUTPUT_FOR_C = YES
  41. SHOW_USED_FILES = YES
  42. #---------------------------------------------------------------------------
  43. # configuration options related to warning and progress messages
  44. #---------------------------------------------------------------------------
  45. QUIET = YES
  46. WARNINGS = YES
  47. WARN_IF_UNDOCUMENTED = YES
  48. WARN_FORMAT =
  49. WARN_LOGFILE =
  50. #---------------------------------------------------------------------------
  51. # configuration options related to the input files
  52. #---------------------------------------------------------------------------
  53. INPUT = ../src/
  54. FILE_PATTERNS = *.h *.c
  55. RECURSIVE = NO
  56. EXCLUDE = ../src/glapitemp.h ../src/glapioffsets.h
  57. EXCLUDE_PATTERNS =
  58. EXAMPLE_PATH =
  59. EXAMPLE_PATTERNS =
  60. EXAMPLE_RECURSIVE = NO
  61. IMAGE_PATH =
  62. INPUT_FILTER =
  63. FILTER_SOURCE_FILES = NO
  64. #---------------------------------------------------------------------------
  65. # configuration options related to source browsing
  66. #---------------------------------------------------------------------------
  67. SOURCE_BROWSER = NO
  68. INLINE_SOURCES = NO
  69. REFERENCED_BY_RELATION = YES
  70. REFERENCES_RELATION = YES
  71. #---------------------------------------------------------------------------
  72. # configuration options related to the alphabetical class index
  73. #---------------------------------------------------------------------------
  74. ALPHABETICAL_INDEX = YES
  75. COLS_IN_ALPHA_INDEX = 5
  76. IGNORE_PREFIX = _
  77. #---------------------------------------------------------------------------
  78. # configuration options related to the HTML output
  79. #---------------------------------------------------------------------------
  80. GENERATE_HTML = YES
  81. HTML_OUTPUT = core
  82. HTML_HEADER = header.html
  83. HTML_FOOTER =
  84. HTML_STYLESHEET =
  85. HTML_ALIGN_MEMBERS = YES
  86. GENERATE_HTMLHELP = NO
  87. GENERATE_CHI = NO
  88. BINARY_TOC = NO
  89. TOC_EXPAND = NO
  90. DISABLE_INDEX = NO
  91. ENUM_VALUES_PER_LINE = 4
  92. GENERATE_TREEVIEW = NO
  93. TREEVIEW_WIDTH = 250
  94. #---------------------------------------------------------------------------
  95. # configuration options related to the LaTeX output
  96. #---------------------------------------------------------------------------
  97. GENERATE_LATEX = NO
  98. LATEX_OUTPUT =
  99. COMPACT_LATEX = NO
  100. PAPER_TYPE = a4wide
  101. EXTRA_PACKAGES =
  102. LATEX_HEADER =
  103. PDF_HYPERLINKS = NO
  104. USE_PDFLATEX = NO
  105. LATEX_BATCHMODE = NO
  106. #---------------------------------------------------------------------------
  107. # configuration options related to the RTF output
  108. #---------------------------------------------------------------------------
  109. GENERATE_RTF = NO
  110. RTF_OUTPUT =
  111. COMPACT_RTF = NO
  112. RTF_HYPERLINKS = NO
  113. RTF_STYLESHEET_FILE =
  114. RTF_EXTENSIONS_FILE =
  115. #---------------------------------------------------------------------------
  116. # configuration options related to the man page output
  117. #---------------------------------------------------------------------------
  118. GENERATE_MAN = NO
  119. MAN_OUTPUT =
  120. MAN_EXTENSION =
  121. MAN_LINKS = NO
  122. #---------------------------------------------------------------------------
  123. # configuration options related to the XML output
  124. #---------------------------------------------------------------------------
  125. GENERATE_XML = NO
  126. #---------------------------------------------------------------------------
  127. # configuration options for the AutoGen Definitions output
  128. #---------------------------------------------------------------------------
  129. GENERATE_AUTOGEN_DEF = NO
  130. #---------------------------------------------------------------------------
  131. # Configuration options related to the preprocessor
  132. #---------------------------------------------------------------------------
  133. ENABLE_PREPROCESSING = YES
  134. MACRO_EXPANSION = NO
  135. EXPAND_ONLY_PREDEF = NO
  136. SEARCH_INCLUDES = YES
  137. INCLUDE_PATH = ../include/
  138. INCLUDE_FILE_PATTERNS =
  139. PREDEFINED =
  140. EXPAND_AS_DEFINED =
  141. SKIP_FUNCTION_MACROS = YES
  142. #---------------------------------------------------------------------------
  143. # Configuration::addtions related to external references
  144. #---------------------------------------------------------------------------
  145. TAGFILES = tnl_dd.tag=../tnl_dd \
  146. array_cache.tag=../array_cache \
  147. math.tag=../math \
  148. swrast.tag=../swrast \
  149. swrast_setup.tag=../swrast_setup \
  150. tnl.tag=../tnl \
  151. array_cache.tag=array_cache
  152. GENERATE_TAGFILE = core.tag
  153. ALLEXTERNALS = NO
  154. PERL_PATH =
  155. #---------------------------------------------------------------------------
  156. # Configuration options related to the dot tool
  157. #---------------------------------------------------------------------------
  158. CLASS_DIAGRAMS = NO
  159. HAVE_DOT = NO
  160. CLASS_GRAPH = YES
  161. COLLABORATION_GRAPH = YES
  162. TEMPLATE_RELATIONS = YES
  163. HIDE_UNDOC_RELATIONS = YES
  164. INCLUDE_GRAPH = YES
  165. INCLUDED_BY_GRAPH = YES
  166. GRAPHICAL_HIERARCHY = YES
  167. DOT_PATH =
  168. DOTFILE_DIRS =
  169. MAX_DOT_GRAPH_WIDTH = 1024
  170. MAX_DOT_GRAPH_HEIGHT = 1024
  171. GENERATE_LEGEND = YES
  172. DOT_CLEANUP = YES
  173. #---------------------------------------------------------------------------
  174. # Configuration::addtions related to the search engine
  175. #---------------------------------------------------------------------------
  176. SEARCHENGINE = NO
  177. CGI_NAME =
  178. CGI_URL =
  179. DOC_URL =
  180. DOC_ABSPATH =
  181. BIN_ABSPATH =
  182. EXT_DOC_PATHS =