Changeset 316
- Timestamp:
- May 17, 2005, 11:18:01 AM (18 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r5 r316 5 5 all-local: 6 6 doxygen doxygen.config 7 ./svnplot.sh 7 8 8 9 clean-local: -
trunk/doc/doxygen.config
r304 r316 20 20 # by quotes) that should identify the project. 21 21 22 PROJECT_NAME = thep C++ tools22 PROJECT_NAME = "thep C++ tools" 23 23 24 24 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 26 26 # if some version control system is used. 27 27 28 PROJECT_NUMBER = 28 PROJECT_NUMBER = 29 29 30 30 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 199 199 # all members of a group must be documented explicitly. 200 200 201 DISTRIBUTE_GROUP_DOC = NO201 DISTRIBUTE_GROUP_DOC = YES 202 202 203 203 # The TAB_SIZE tag can be used to set the number of spaces in a tab. … … 573 573 LATEX_BATCHMODE = NO 574 574 575 # The FILE_VERSION_FILTER tag can be used to specify a program or 576 # script that doxygen should invoke to get the current version for 577 # each file (typically from the version control system). Doxygen will 578 # invoke the program by executing (via popen()) the command <command> 579 # <input-file>, where <command> is the value of the 580 # FILE_VERSION_FILTER tag, and <input-file> is the name of an input 581 # file provided by doxygen. Whatever the progam writes to standard 582 # output is used as the file version. See the manual for examples. 583 584 FILE_VERSION_FILTER = 585 586 575 587 #--------------------------------------------------------------------------- 576 588 # configuration options related to the RTF output … … 752 764 # interpreter (i.e. the result of `which perl'). 753 765 754 PERL_PATH = 766 PERL_PATH = /usr/local/bin/perl 755 767 756 768 #--------------------------------------------------------------------------- -
trunk/doc/first_page.doxygen
r214 r316 2 2 3 3 /** 4 \page index thep C++ tools 5 6 @version $Revision$ $Date$ 4 @mainpage 7 5 8 6 \author <a 9 href='mailto:jari@thep.lu.se'> Jari10 Häkkinen</a>, Department of Theoretical Physics, Lund7 href='mailto:jari@thep.lu.se'> 8 Jari Häkkinen</a>, Department of Theoretical Physics, Lund 11 9 University, Sweden <br> <a 12 href="mailto:peter@thep.lu.se"> Peter13 Johansson</a>, Department of Theoretical Physics, Lund University,10 href="mailto:peter@thep.lu.se"> 11 Peter Johansson</a>, Department of Theoretical Physics, Lund University, 14 12 Sweden 15 13 … … 21 19 On the top there are links to the documentation of the classes. You 22 20 will find the non-member operators and functions through the File 23 List link above. */21 List link above. 24 22 25 /** 26 \file 23 <a href="todo.html">Todo</a> 27 24 28 Text of the first page in the thep C++ tools documentation. It 29 exists since it wouldn't make sense to put this documentation in 30 any of the header or source files. */ 25 26 <a href="svnplot.png">Statistics</a> 27 28 29 30 */ 31
Note: See TracChangeset
for help on using the changeset viewer.