diff options
Diffstat (limited to 'doxygen/tnl.doxy')
-rw-r--r-- | doxygen/tnl.doxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/tnl.doxy b/doxygen/tnl.doxy index 2854bdd794..0279d080f6 100644 --- a/doxygen/tnl.doxy +++ b/doxygen/tnl.doxy @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = "Mesa tnl" +PROJECT_NAME = "Mesa Transform and Lighting (tnl)" PROJECT_NUMBER = 5.1 OUTPUT_DIRECTORY = OUTPUT_LANGUAGE = English @@ -51,7 +51,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../src/tnl/ +INPUT = ../src/mesa/tnl/ FILE_PATTERNS = *.c \ *.h RECURSIVE = NO |