diff options
Diffstat (limited to 'doxygen/glapi.doxy')
-rw-r--r-- | doxygen/glapi.doxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/glapi.doxy b/doxygen/glapi.doxy index 3290f8455a..0e169e4351 100644 --- a/doxygen/glapi.doxy +++ b/doxygen/glapi.doxy @@ -9,7 +9,7 @@ PROJECT_NAME = "Mesa GL API dispatcher" #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../src/mesa/glapi/ +INPUT = ../src/mapi/glapi/ FILE_PATTERNS = *.c *.h RECURSIVE = NO EXCLUDE = @@ -46,4 +46,4 @@ TAGFILES = main.tag=../core \ swrast_setup.tag=../swrast_setup \ tnl.tag=../tnl \ vbo.tag=vbo -GENERATE_TAGFILE = swrast.tag +GENERATE_TAGFILE = glapi.tag |