[Mesa-dev] [PATCH v2] doxygen: update glsl link

Elie TOURNIER tournier.elie at gmail.com
Thu Apr 7 21:21:21 UTC 2016


Signed-off-by: Elie TOURNIER <tournier.elie at gmail.com>
---
 doxygen/glsl.doxy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doxygen/glsl.doxy b/doxygen/glsl.doxy
index 9915ba2..ef71a4a 100644
--- a/doxygen/glsl.doxy
+++ b/doxygen/glsl.doxy
@@ -9,11 +9,12 @@ PROJECT_NAME           = "Mesa GLSL module"
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ../src/glsl/
+INPUT                  = ../src/compiler/glsl/
+FILE_PATTERNS          = *.c *.cpp *.h
 RECURSIVE              = NO
-EXCLUDE                = ../src/glsl/glsl_lexer.cpp \
-                         ../src/glsl/glsl_parser.cpp \
-                         ../src/glsl/glsl_parser.h
+EXCLUDE                = ../src/compiler/glsl/glsl_lexer.cpp \
+                         ../src/compiler/glsl/glsl_parser.cpp \
+                         ../src/compiler/glsl/glsl_parser.h
 EXCLUDE_PATTERNS       =
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
-- 
1.9.1



More information about the mesa-dev mailing list