Update doxygen doc to reflet vbo changes.
authorJerome Glisse <glisse@freedesktop.org>
Fri, 16 Feb 2007 22:18:56 +0000 (23:18 +0100)
committerJerome Glisse <glisse@freedesktop.org>
Fri, 16 Feb 2007 22:19:05 +0000 (23:19 +0100)
Update doxygen doc, array_cache no longuer exist,
new shiny vbo modules is there. Tested on unix,
but i think i didn't broke that bat :).

13 files changed:
doxygen/Makefile
doxygen/array_cache.doxy [deleted file]
doxygen/doxy.bat
doxygen/glapi.doxy
doxygen/header.html
doxygen/main.doxy
doxygen/math.doxy
doxygen/shader.doxy
doxygen/swrast.doxy
doxygen/swrast_setup.doxy
doxygen/tnl.doxy
doxygen/tnl_dd.doxy
doxygen/vbo.doxy [new file with mode: 0644]

index 055b17386df33078ce11e6d84cd5b0aea3e935b0..e67900474e2f4683fedafe25d41b2c6b871e1690 100644 (file)
@@ -9,7 +9,7 @@ all: full subset
 FULL = \\r
        main.doxy \\r
        math.doxy \\r
-       array_cache.doxy \\r
+       vbo.doxy \\r
        glapi.doxy \\r
        shader.doxy \\r
        swrast.doxy \\r
diff --git a/doxygen/array_cache.doxy b/doxygen/array_cache.doxy
deleted file mode 100644 (file)
index ae0b1fa..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Doxyfile 0.1
-
-@INCLUDE               = common.doxy
-
-#---------------------------------------------------------------------------
-# General configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME           = "Mesa array_cache"
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT                  = ../src/mesa/array_cache/
-FILE_PATTERNS          = *.c \
-                         *.h
-RECURSIVE              = NO
-EXCLUDE                = 
-EXCLUDE_PATTERNS       = 
-EXAMPLE_PATH           = 
-EXAMPLE_PATTERNS       = 
-EXAMPLE_RECURSIVE      = NO
-IMAGE_PATH             = 
-INPUT_FILTER           = 
-FILTER_SOURCE_FILES    = NO
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-HTML_OUTPUT            = array_cache
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor   
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING   = YES
-MACRO_EXPANSION        = NO
-EXPAND_ONLY_PREDEF     = NO
-SEARCH_INCLUDES        = YES
-INCLUDE_PATH           = 
-INCLUDE_FILE_PATTERNS  = 
-PREDEFINED             = 
-EXPAND_AS_DEFINED      = 
-SKIP_FUNCTION_MACROS   = YES
-#---------------------------------------------------------------------------
-# Configuration::addtions related to external references   
-#---------------------------------------------------------------------------
-TAGFILES               = main.tag=../core \
-                        math.tag=../math \
-                         shader.tag=../shader \
-                        swrast.tag=../swrast \
-                        swrast_setup.tag=../swrast_setup \
-                        tnl.tag=../tnl \
-                        tnl_dd.tag=../tnl_dd
-GENERATE_TAGFILE       = array_cache.tag
index 2d8b567ce3a70e22b68e88ee867addc3d7b06e49..7a53f6ebc29538fa737ad2aa07e5aa4033789eb4 100644 (file)
@@ -1,5 +1,5 @@
 doxygen tnl_dd.doxy\r
-doxygen array_cache.doxy\r
+doxygen vbo.doxy\r
 doxygen math.doxy\r
 doxygen swrast.doxy\r
 doxygen swrast_setup.doxy\r
@@ -10,7 +10,7 @@ doxygen shader.doxy
 \r
 echo Building again, to resolve tags\r
 doxygen tnl_dd.doxy\r
-doxygen array_cache.doxy\r
+doxygen vbo.doxy\r
 doxygen math.doxy\r
 doxygen swrast.doxy\r
 doxygen swrast_setup.doxy\r
index eafc2a109adec53735468dea66edfd54ac01c601..3290f8455a1edd450e9d5695f645a6efc8e729a2 100644 (file)
@@ -45,5 +45,5 @@ TAGFILES               = main.tag=../core \
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         array_cache.tag=array_cache
+                         vbo.tag=vbo
 GENERATE_TAGFILE       = swrast.tag
index 5ca2763e0dfebd9762867cb59bf1e22118f5ad0d..7fca3ee5d38af9096ef7d07602de06662708d068 100644 (file)
@@ -7,7 +7,7 @@
 <div class="qindex">\r
 <a class="qindex" href="../main/index.html">core</a> |\r
 <a class="qindex" href="../glapi/index.html">glapi</a> |\r
-<a class="qindex" href="../array_cache/index.html">array_cache</a> |\r
+<a class="qindex" href="../vbo/index.html">vbo</a> |\r
 <a class="qindex" href="../math/index.html">math</a> |\r
 <a class="qindex" href="../shader/index.html">shader</a> |\r
 <a class="qindex" href="../swrast/index.html">swrast</a> |\r
index 3cb05967aa23e29cf8709df26774f08f8c089be3..416b4338e8757f46741281438814681cefacdf99 100644 (file)
@@ -40,7 +40,7 @@ SKIP_FUNCTION_MACROS   = YES
 # Configuration::addtions related to external references   
 #---------------------------------------------------------------------------
 TAGFILES               = tnl_dd.tag=../tnl_dd \
-                        array_cache.tag=../array_cache \
+                        vbo.tag=../vbo \
                          glapi.tag=../glapi \
                          math.tag=../math \
                          shader.tag=../shader \
index 72ec2e3cd26e2bd81a9b10787ef1ddca9327a362..388af40fe5bd5bd03104f8e1ab2fb5e32322412f 100644 (file)
@@ -45,5 +45,5 @@ TAGFILES               = tnl_dd.tag=../tnl_dd \
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         array_cache.tag=../array_cache
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = math.tag
index 44fc7c4cfed350154b01a9a9f093c79e84de9f3a..d8ad14cc76ce63661b7b12de9333d8317ca63e84 100644 (file)
@@ -45,5 +45,5 @@ TAGFILES               = main.tag=../core \
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         array_cache.tag=array_cache
+                         vbo.tag=vbo
 GENERATE_TAGFILE       = swrast.tag
index b0ba953676b0f5212828ba177d1801211235ce01..fa07afd594f55b135926aa16be2e262eb8d48126 100644 (file)
@@ -44,5 +44,5 @@ TAGFILES               = main.tag=../core \
                          tnl_dd.tag=../tnl_dd \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         array_cache.tag=array_cache
+                         vbo.tag=vbo
 GENERATE_TAGFILE       = swrast.tag
index 9e2d72e36e7473d798657e97197fb7b2128aac84..ee6f3ffdc8fba12d8cf9d845c7c335ea4c608768 100644 (file)
@@ -45,5 +45,5 @@ TAGFILES               = tnl_dd.tag=../tnl_dd \
                          math.tag=../math \
                          swrast.tag=../swrast \
                          tnl.tag=../tnl \
-                         array_cache.tag=../array_cache
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = swrast_setup.tag
index 67f992f11e866fd01c92001cb173a0e031e243f5..a4f76a295396c06ea967dfb1054e5ceb3a18b070 100644 (file)
@@ -46,5 +46,5 @@ TAGFILES               = tnl_dd.tag=../tnl \
                          shader.tag=../shader \
                          swrast.tag=../swrast \
                          swrast_setup.tag=swrast_setup \
-                         array_cache.tag=array_cache
+                         vbo.tag=vbo
 GENERATE_TAGFILE       = tnl.tag
index b7bd6e974406dde6d95cbb679e1177a0a61255aa..b241f67f4baae8206dce108bc33cdfc350b8f7dc 100644 (file)
@@ -45,5 +45,5 @@ TAGFILES               = main.tag=../core \
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         array_cache.tag=array_cache
+                         vbo.tag=vbo
 GENERATE_TAGFILE       = tnl_dd.tag
diff --git a/doxygen/vbo.doxy b/doxygen/vbo.doxy
new file mode 100644 (file)
index 0000000..6dfb21c
--- /dev/null
@@ -0,0 +1,50 @@
+# Doxyfile 0.1
+
+@INCLUDE               = common.doxy
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME           = "Mesa vbo"
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT                  = ../src/mesa/vbo/
+FILE_PATTERNS          = *.c \
+                         *.h
+RECURSIVE              = NO
+EXCLUDE                = 
+EXCLUDE_PATTERNS       = 
+EXAMPLE_PATH           = 
+EXAMPLE_PATTERNS       = 
+EXAMPLE_RECURSIVE      = NO
+IMAGE_PATH             = 
+INPUT_FILTER           = 
+FILTER_SOURCE_FILES    = NO
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+HTML_OUTPUT            = vbo
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING   = YES
+MACRO_EXPANSION        = NO
+EXPAND_ONLY_PREDEF     = NO
+SEARCH_INCLUDES        = YES
+INCLUDE_PATH           = 
+INCLUDE_FILE_PATTERNS  = 
+PREDEFINED             = 
+EXPAND_AS_DEFINED      = 
+SKIP_FUNCTION_MACROS   = YES
+#---------------------------------------------------------------------------
+# Configuration::addtions related to external references   
+#---------------------------------------------------------------------------
+TAGFILES               = main.tag=../core \
+                        math.tag=../math \
+                         shader.tag=../shader \
+                        swrast.tag=../swrast \
+                        swrast_setup.tag=../swrast_setup \
+                        tnl.tag=../tnl \
+                        tnl_dd.tag=../tnl_dd
+GENERATE_TAGFILE       = vbo.tag