On 4 April 2016 at 21:38, Elie TOURNIER <[email protected]> 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 = Speaking of doxygen, has anyone managed to get it in shape ? I've seen some efforts in https://fossies.org/dox/mesa-11.0.9/ although I'm not sure how much thinkering was required to get that far.
For the patch itself - I second Matt's suggestion. Let's keep the generated sources out, for the time being at least. -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
