Replaced 'core' with 'main'.

Other minor updates.
This commit is contained in:
Brian Paul 2004-05-16 22:07:02 +00:00
parent de4b3bb776
commit 3ef972f538
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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.

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Mesa Core"
PROJECT_NAME = "Mesa Core / Main files"
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
@ -23,7 +23,7 @@ FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
HTML_OUTPUT = core
HTML_OUTPUT = main
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
@ -45,4 +45,4 @@ TAGFILES = tnl_dd.tag=../tnl_dd \
swrast.tag=../swrast \
swrast_setup.tag=../swrast_setup \
tnl.tag=../tnl
GENERATE_TAGFILE = core.tag
GENERATE_TAGFILE = main.tag