diff options
author | Brian Paul <[email protected]> | 2004-05-16 22:07:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-16 22:07:02 +0000 |
commit | 3ef972f538e1ff207f5919a8068bf14af18fb270 (patch) | |
tree | b415cc2b4ec9a51422eca7dd2dc4e101935a8f02 /doxygen/main.doxy | |
parent | de4b3bb7766f242cd7c46841250405f5fd6bb7d3 (diff) |
Replaced 'core' with 'main'.
Other minor updates.
Diffstat (limited to 'doxygen/main.doxy')
-rw-r--r-- | doxygen/main.doxy | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doxygen/main.doxy b/doxygen/main.doxy new file mode 100644 index 00000000000..fa0e67670c7 --- /dev/null +++ b/doxygen/main.doxy @@ -0,0 +1,48 @@ +# Doxyfile 0.1 + +@INCLUDE = common.doxy + +#--------------------------------------------------------------------------- +# General configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "Mesa Core / Main files" +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = ../src/mesa/main/ +FILE_PATTERNS = *.c *.h +RECURSIVE = NO +EXCLUDE = ../src/glapitemp.h ../src/glapioffsets.h +EXCLUDE_PATTERNS = subset_* +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +HTML_OUTPUT = main +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = YES +EXPAND_ONLY_PREDEF = YES +SEARCH_INCLUDES = YES +INCLUDE_PATH = ../include/ +INCLUDE_FILE_PATTERNS = +PREDEFINED = _HAVE_FULL_GL=1 +EXPAND_AS_DEFINED = _glthread_DECLARE_STATIC_MUTEX +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = tnl_dd.tag=../tnl_dd \ + array_cache.tag=../array_cache \ + math.tag=../math \ + swrast.tag=../swrast \ + swrast_setup.tag=../swrast_setup \ + tnl.tag=../tnl +GENERATE_TAGFILE = main.tag |