aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doxygen.cfg.in
Commit message (Collapse)AuthorAgeFilesLines
* Test commit.Cristian Cadar2009-05-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72092 91177308-0d34-0410-b5e6-96231b3b80d8
* Upgrade doxygen.Tanya Lattner2008-09-181-76/+265
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56308 91177308-0d34-0410-b5e6-96231b3b80d8
* Comment out configuration tags not supported by doxygen 1.3.9Reid Spencer2007-08-051-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40853 91177308-0d34-0410-b5e6-96231b3b80d8
* Upgrade in preparation for doxygen 1.4.4. The config file format changed,Reid Spencer2006-05-151-145/+512
| | | | | | | | there are new/different css styles to support, and the footer was woefully out of date. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28308 91177308-0d34-0410-b5e6-96231b3b80d8
* * Truncate a long line.Reid Spencer2005-05-141-2/+2
| | | | | | | | * By default, doxygen output formatted for printing on letter size paper not A4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22034 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR393:Reid Spencer2004-11-291-14/+14
| | | | | | | | | This file was originally doxygen.cfg, but it needs to be configured to get the right srcdir/objdir paths for things. This is needed because building the doxygen will now be part of the install and dist-check targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18315 91177308-0d34-0410-b5e6-96231b3b80d8
* Reduce the number of columns in the alpha index to 4 so that it fitsReid Spencer2004-06-121-1/+1
| | | | | | | on a 1280x1024 screen! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14158 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed obsolete doxygen options (they were blank anyway).Misha Brukman2004-04-151-35/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12965 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a bunch of fine tunings that Reid contributed. Thanks Reid!Chris Lattner2003-12-311-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10666 91177308-0d34-0410-b5e6-96231b3b80d8
* * Align comments into 80 columnsMisha Brukman2003-10-171-18/+17
| | | | | | | | | | * Stop using full pathnames (we don't know where the source could be) * Use only relative distance to the source, so a user can download the code and generate their own copy of the doxygen documentation easily * Since `docs' has moved one level up, all relative path names lost a `..' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9213 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't hardcode path to dot in the doxygen config file. Let doxygen search ↵Chris Lattner2002-09-261-1/+1
| | | | | | the PATH git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3949 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix config file due to directories changingChris Lattner2002-09-101-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3667 91177308-0d34-0410-b5e6-96231b3b80d8
* Make doxygen not exclude doxygenized comments from the source code listingsChris Lattner2002-08-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3479 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't doxygenize the boost librariesChris Lattner2002-07-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3079 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin support for building doxygen stuffChris Lattner2002-01-261-0/+899
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1586 91177308-0d34-0410-b5e6-96231b3b80d8