From 3ef972f538e1ff207f5919a8068bf14af18fb270 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 16 May 2004 22:07:02 +0000 Subject: Replaced 'core' with 'main'. Other minor updates. --- doxygen/Makefile | 7 ++++--- doxygen/common.doxy | 2 +- doxygen/core.doxy | 48 ------------------------------------------------ doxygen/main.doxy | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 52 deletions(-) delete mode 100644 doxygen/core.doxy create mode 100644 doxygen/main.doxy (limited to 'doxygen') diff --git a/doxygen/Makefile b/doxygen/Makefile index c599c826c4..4da21fa18f 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -1,12 +1,13 @@ + default: full all: full subset - + %.tag: %.doxy doxygen $< FULL = \ - core.doxy \ + main.doxy \ math.doxy \ array_cache.doxy \ swrast.doxy \ @@ -18,7 +19,7 @@ full: $(FULL:.doxy=.tag) $(foreach FILE,$(FULL),doxygen $(FILE);) SUBSET = \ - core.doxy \ + main.doxy \ math.doxy \ miniglx.doxy diff --git a/doxygen/common.doxy b/doxygen/common.doxy index 284cdc67c3..022085eb4b 100644 --- a/doxygen/common.doxy +++ b/doxygen/common.doxy @@ -23,7 +23,7 @@ PROJECT_NAME = Mesa # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 5.1 +PROJECT_NUMBER = 6.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doxygen/core.doxy b/doxygen/core.doxy deleted file mode 100644 index bb84bd31df..0000000000 --- a/doxygen/core.doxy +++ /dev/null @@ -1,48 +0,0 @@ -# Doxyfile 0.1 - -@INCLUDE = common.doxy - -#--------------------------------------------------------------------------- -# General configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "Mesa Core" -#--------------------------------------------------------------------------- -# 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 = core -#--------------------------------------------------------------------------- -# 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 = core.tag diff --git a/doxygen/main.doxy b/doxygen/main.doxy new file mode 100644 index 0000000000..fa0e67670c --- /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 -- cgit v1.2.3