summaryrefslogtreecommitdiff
path: root/doxygen/glsl.doxy
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2011-01-17 13:52:40 -0800
committerChad Versace <chad.versace@intel.com>2011-01-17 13:52:40 -0800
commit774750a32f1ad16df77d4e67698e1c6e92dbe2bd (patch)
tree9ee906ecdf2ba72e7381d8ed63ad8a51192f2379 /doxygen/glsl.doxy
parenta54e2de4bbbc052c86d3a43f2affad03ad54d6de (diff)
doxygen: Add doxyfile for glsl module
Diffstat (limited to 'doxygen/glsl.doxy')
-rw-r--r--doxygen/glsl.doxy39
1 files changed, 39 insertions, 0 deletions
diff --git a/doxygen/glsl.doxy b/doxygen/glsl.doxy
new file mode 100644
index 0000000000..5411ec44b7
--- /dev/null
+++ b/doxygen/glsl.doxy
@@ -0,0 +1,39 @@
+# Doxyfile 0.1
+
+@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