summaryrefslogtreecommitdiffstats
path: root/llvm/docs/doxygen.footer
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Update the doxygen configuration file.Logan Chien2015-03-121-13/+0
| | | | | | | | | | Update the doxygen configuration file and Makefile build rules to provide better output (simply use the default stylesheet and template from the Doxygen distribution.) This CL has upgrade doxygen.cfg.in to Doxygen 1.8.6. llvm-svn: 232064
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-1/+1
| | | | | FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-1/+1
| | | | llvm-svn: 171342
* Happy new year 2012!NAKAMURA Takumi2012-01-011-1/+1
| | | | llvm-svn: 147395
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+13
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* update yearGabor Greif2009-02-271-1/+1
| | | | llvm-svn: 65628
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-1/+1
| | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885
* Update copyright for 2007.Reid Spencer2007-01-181-1/+1
| | | | llvm-svn: 33339
* Correct the URL to the attrib.incl file.John Criswell2006-09-121-1/+1
| | | | llvm-svn: 30276
* Include the UIUC CS department attribution on the main doxygen page.John Criswell2006-09-111-0/+4
| | | | llvm-svn: 30247
* Upgrade in preparation for doxygen 1.4.4. The config file format changed,Reid Spencer2006-05-151-6/+5
| | | | | | | there are new/different css styles to support, and the footer was woefully out of date. llvm-svn: 28308
* Properly close the footer paragraph.Misha Brukman2004-06-031-1/+1
| | | | llvm-svn: 13987
* * Add the year 2003 back to the copyright lineMisha Brukman2004-06-011-10/+8
| | | | | | * Remove doxygen image from page, make LLVM link inline with the text llvm-svn: 13918
* * It's now the year 2004Misha Brukman2004-06-011-3/+6
| | | | | | | * Our main page is index.html, not index.php * Wrap lines at 80 cols llvm-svn: 13917
* Add a bunch of fine tunings that Reid contributed. Thanks Reid!Chris Lattner2003-12-311-0/+9
llvm-svn: 10666
OpenPOWER on IntegriCloud