diff options
author | Jose Fonseca <j_r_fonseca@yahoo.co.uk> | 2003-09-17 16:00:10 +0000 |
---|---|---|
committer | Jose Fonseca <j_r_fonseca@yahoo.co.uk> | 2003-09-17 16:00:10 +0000 |
commit | 397d1e4d5750bda09e52451cfeb0a69126602a56 (patch) | |
tree | 3f82a78a1a5153d46c38d5a88bb308312ea7c866 /doxygen/tnl.doxy | |
parent | 5543901b96660b467549b09265bd9ff35aff4af5 (diff) |
Merge the Doxygen configuration files from the embedded branch.
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 |