X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=doxygen%2Fglsl.doxy;h=ef71a4a02029353d017ddbc6bac9a859e2bc1960;hb=a58081f97c120530a3b9c9a9bd6358dc3b54c773;hp=aa907aec6b860e4a39546af8022c4776b74075c0;hpb=81de0431d6f52084e01874163657e141e6beffdf;p=mesa.git diff --git a/doxygen/glsl.doxy b/doxygen/glsl.doxy index aa907aec6b8..ef71a4a0202 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.cc \ - ../src/glsl/glsl_parser.cc \ - ../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