Mesa (master): doxygen: Add doxyfile for glsl module

Chad Versace chadversary at kemper.freedesktop.org
Mon Jan 17 21:53:42 UTC 2011


Module: Mesa
Branch: master
Commit: 774750a32f1ad16df77d4e67698e1c6e92dbe2bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=774750a32f1ad16df77d4e67698e1c6e92dbe2bd

Author: Chad Versace <chad.versace at intel.com>
Date:   Mon Jan 17 13:52:40 2011 -0800

doxygen: Add doxyfile for glsl module

---

 doxygen/glsl.doxy   |   39 +++++++++++++++++++++++++++++++++++++++
 doxygen/header.html |    1 +
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/doxygen/glsl.doxy b/doxygen/glsl.doxy
new file mode 100644
index 0000000..5411ec4
--- /dev/null
+++ b/doxygen/glsl.doxy
@@ -0,0 +1,39 @@
+# Doxyfile 0.1
+
+ at INCLUDE               = common.doxy
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME           = "Mesa GLSL module"
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT                  = ../src/glsl/
+RECURSIVE              = NO
+EXCLUDE                = ../src/glsl/glsl_lexer.cpp \
+                         ../src/glsl/glsl_lexer.h \
+                         ../src/glsl/glsl_parser.cpp \
+                         ../src/glsl/glsl_parser.h
+EXCLUDE_PATTERNS       =
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+HTML_OUTPUT            = glsl
+#---------------------------------------------------------------------------
+# 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   = NO
+#---------------------------------------------------------------------------
+# Configuration::addtions related to external references
+#---------------------------------------------------------------------------
+TAGFILES               =
+GENERATE_TAGFILE       = glsl.tag
diff --git a/doxygen/header.html b/doxygen/header.html
index 378dc94..ed3512d 100644
--- a/doxygen/header.html
+++ b/doxygen/header.html
@@ -7,6 +7,7 @@
 <div class="qindex">
 <a class="qindex" href="../main/index.html">core</a> |
 <a class="qindex" href="../glapi/index.html">glapi</a> |
+<a class="qindex" href="../glsl/index.html">glsl</a> |
 <a class="qindex" href="../vbo/index.html">vbo</a> |
 <a class="qindex" href="../math/index.html">math</a> |
 <a class="qindex" href="../shader/index.html">shader</a> |




More information about the mesa-commit mailing list