Changeset 577 for trunk/doc/doxygen.config
- Timestamp:
- Apr 7, 2006, 9:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r479 r577 1 1 # $Id$ 2 3 # Copyright (C) 2003, 2005 Peter Johansson 4 # Copyright (C) 2006 Jari Häkkinen 5 # 6 # This file is part of the thep c++ tools library, 7 # http://lev.thep.lu.se/trac/c++_tools 8 # 9 # The c++ tools library is free software; you can redistribute it 10 # and/or modify it under the terms of the GNU General Public License as 11 # published by the Free Software Foundation; either version 2 of the 12 # License, or (at your option) any later version. 13 # 14 # The c++ library is distributed in the hope that it will be useful, 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 # 02111-1307, USA. 23 # 24 # Developers search for FIXME 25 # 26 # If you grabbed the source from CVS you should, at top-level, execute: 27 # ./bootstrap 28 # or maybe one should use autoreconf! FIXME: Can the 'bootstrap' 29 # script be replaced with autoreconf? 2 30 3 31 # Doxyfile 1.2.13.1 … … 304 332 # with spaces. 305 333 306 INPUT = first_page.doxygen namespaces.doxygen ../ lib334 INPUT = first_page.doxygen namespaces.doxygen ../c++_tools 307 335 308 336 # If the value of the INPUT tag contains directories, you can use the
Note: See TracChangeset
for help on using the changeset viewer.