Changeset 675 for trunk/doc/doxygen.config
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r653 r675 4 4 # Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 # 6 # This file is part of the thep c++ tools library, 7 # http://lev.thep.lu.se/trac/c++_tools 6 # This file is part of the yat library, http://lev.thep.lu.se/trac/yat 8 7 # 9 # The c++ toolslibrary is free software; you can redistribute it8 # The yat library is free software; you can redistribute it 10 9 # and/or modify it under the terms of the GNU General Public License as 11 10 # published by the Free Software Foundation; either version 2 of the 12 11 # License, or (at your option) any later version. 13 12 # 14 # The c++library is distributed in the hope that it will be useful,13 # The yat library is distributed in the hope that it will be useful, 15 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 48 47 # by quotes) that should identify the project. 49 48 50 PROJECT_NAME = " thep C++ tools"49 PROJECT_NAME = "yat" 51 50 52 51 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 351 350 # with spaces. 352 351 353 INPUT = first_page.doxygen namespaces.doxygen ../ c++_tools352 INPUT = first_page.doxygen namespaces.doxygen ../yat 354 353 355 354 # If the value of the INPUT tag contains directories, you can use the
Note: See TracChangeset
for help on using the changeset viewer.