[Mesa-dev] [PATCH] doxygen: update glsl link
Matt Turner
mattst88 at gmail.com
Mon Apr 4 21:14:57 UTC 2016
On Mon, Apr 4, 2016 at 1:38 PM, Elie TOURNIER <tournier.elie at gmail.com> wrote:
> ---
> doxygen/glsl.doxy | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/doxygen/glsl.doxy b/doxygen/glsl.doxy
> index 9915ba2..0f4c822 100644
> --- a/doxygen/glsl.doxy
> +++ b/doxygen/glsl.doxy
> @@ -9,11 +9,10 @@ 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 =
Do we actually want to run doxygen on the generated lexer and parser?
More information about the mesa-dev
mailing list