Replaced 'core' with 'main'.
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 16 May 2004 22:07:02 +0000 (22:07 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 16 May 2004 22:07:02 +0000 (22:07 +0000)
Other minor updates.

doxygen/Makefile
doxygen/common.doxy
doxygen/main.doxy [moved from doxygen/core.doxy with 94% similarity]

index c599c82..4da21fa 100644 (file)
@@ -1,12 +1,13 @@
+\r
 default: full\r
 \r
 all: full subset\r
-       \r
+\r
 %.tag: %.doxy\r
        doxygen $<\r
 \r
 FULL = \\r
-       core.doxy \\r
+       main.doxy \\r
        math.doxy \\r
        array_cache.doxy \\r
        swrast.doxy \\r
@@ -18,7 +19,7 @@ full: $(FULL:.doxy=.tag)
        $(foreach FILE,$(FULL),doxygen $(FILE);)\r
 \r
 SUBSET = \\r
-       core.doxy \\r
+       main.doxy \\r
        math.doxy \\r
        miniglx.doxy\r
 \r
index 284cdc6..022085e 100644 (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. 
similarity index 94%
rename from doxygen/core.doxy
rename to doxygen/main.doxy
index bb84bd3..fa0e676 100644 (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