doxygen: update glsl link

Signed-off-by: Elie TOURNIER <tournier.elie@gmail.com>
Reviewed-by: Rhys Kidd <rhyskidd@gmail.com>
Tested-by: Rhys Kidd <rhyskidd@gmail.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Elie TOURNIER
2016-04-07 23:21:21 +02:00
committed by Emil Velikov
parent 0e9fc1228a
commit 3157df58d0

View File

@@ -9,11 +9,12 @@ PROJECT_NAME = "Mesa GLSL module"
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the input files # configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = ../src/glsl/ INPUT = ../src/compiler/glsl/
FILE_PATTERNS = *.c *.cpp *.h
RECURSIVE = NO RECURSIVE = NO
EXCLUDE = ../src/glsl/glsl_lexer.cpp \ EXCLUDE = ../src/compiler/glsl/glsl_lexer.cpp \
../src/glsl/glsl_parser.cpp \ ../src/compiler/glsl/glsl_parser.cpp \
../src/glsl/glsl_parser.h ../src/compiler/glsl/glsl_parser.h
EXCLUDE_PATTERNS = EXCLUDE_PATTERNS =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the HTML output # configuration options related to the HTML output