Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First attempt at Sphinx. Convert the Projects.html file to Sphinx format. | Bill Wendling | 2012-06-19 | 1 | -482/+0 |
| | | | | llvm-svn: 158709 | ||||
* | [docs] Remove unsupported references to ExtraSource variable. | Daniel Dunbar | 2012-05-15 | 1 | -7/+0 |
| | | | | llvm-svn: 156857 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
| | | | | llvm-svn: 143348 | ||||
* | Corrections and additional information for "Creating and LLVM Project" | Andrew Trick | 2011-06-03 | 1 | -6/+34 |
| | | | | | | documentation. This should now reflect the current state of LLVM Makefiles. llvm-svn: 132527 | ||||
* | whitespace | Andrew Trick | 2011-06-03 | 1 | -10/+10 |
| | | | | llvm-svn: 132526 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -22/+22 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | llvm-svn: 129181 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+460 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -460/+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 | ||||
* | Grammar fix. | Misha Brukman | 2009-08-13 | 1 | -2/+2 |
| | | | | llvm-svn: 78930 | ||||
* | Fix the instructions to work even when PATH does not contain ".". | Dan Gohman | 2009-01-12 | 1 | -1/+1 |
| | | | | | | Thanks to Martin Geisse for pointing this out! llvm-svn: 62102 | ||||
* | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 1 | -5/+5 |
| | | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -4/+4 |
| | | | | llvm-svn: 38442 | ||||
* | Fix a typo. | Reid Spencer | 2006-03-17 | 1 | -1/+1 |
| | | | | llvm-svn: 26823 | ||||
* | Fix a typo Eric van Riet Paap noticed | Chris Lattner | 2006-03-16 | 1 | -1/+1 |
| | | | | llvm-svn: 26791 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26746 | ||||
* | Added a note to remove CVS directories when copying the sample project to | John Criswell | 2005-10-24 | 1 | -0/+6 |
| | | | | | | | a new project. Kudos to Rob for suggesting that I add this important step. llvm-svn: 23969 | ||||
* | A few small steps toward HTML 4.01 Strict compliance. | Reid Spencer | 2005-02-28 | 1 | -8/+4 |
| | | | | llvm-svn: 20369 | ||||
* | Add a little more detail about the configuration process for projects. | Reid Spencer | 2005-02-28 | 1 | -16/+29 |
| | | | | llvm-svn: 20368 | ||||
* | Fix locations of libraries and executables to match makefiles. | Reid Spencer | 2005-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 19599 | ||||
* | BUILD_* to PROJ_* | Reid Spencer | 2005-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 19598 | ||||
* | Update documentation on how to set up a project | Reid Spencer | 2005-01-16 | 1 | -25/+20 |
| | | | | llvm-svn: 19591 | ||||
* | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 1 | -5/+5 |
| | | | | llvm-svn: 18763 | ||||
* | Removed QMTest reference. | Tanya Lattner | 2004-12-08 | 1 | -11/+10 |
| | | | | llvm-svn: 18640 | ||||
* | Make use of the new doc_author class. "Seperate content from presentation" ↵ | Chris Lattner | 2004-05-23 | 1 | -0/+4 |
| | | | | | | they said. llvm-svn: 13675 | ||||
* | Make file use stylesheets and be HTML-4.01 (Strict)-compliant. | Misha Brukman | 2004-05-12 | 1 | -386/+442 |
| | | | | llvm-svn: 13506 | ||||
* | * Send people to the LLVMdev archive/subscription page rather than just state | Misha Brukman | 2003-10-30 | 1 | -6/+7 |
| | | | | | | | the address * Somewhat standardize the footer of the page llvm-svn: 9605 | ||||
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+3 |
| | | | | llvm-svn: 9538 | ||||
* | Adding information on what testing support is provided by the LLVM build | John Criswell | 2003-10-21 | 1 | -0/+34 |
| | | | | | | system. Currently, it is not much. llvm-svn: 9348 | ||||
* | Added additional information about linking dynamic libraries. | John Criswell | 2003-10-17 | 1 | -0/+15 |
| | | | | llvm-svn: 9211 | ||||
* | I am not the only John Criswell. | John Criswell | 2003-10-16 | 1 | -1/+1 |
| | | | | | | :) llvm-svn: 9175 | ||||
* | Give credit where credit is due | Chris Lattner | 2003-10-16 | 1 | -1/+1 |
| | | | | llvm-svn: 9174 | ||||
* | Added a section on all of the wonderful Makefile variables used to locate | John Criswell | 2003-10-16 | 1 | -30/+162 |
| | | | | | | | | | | | | LLVM. Added information on how to use the autoconf code to specify LLVM's location and setup separate source and object trees. Fixed some of the wording to be more accurate, especially regarding the building of libraries. Added information on where built files are placed. Added a link to the llvmdev mailing list so that they can ask us questions. llvm-svn: 9173 | ||||
* | Updated some of the information for the new autoconf changes. | John Criswell | 2003-10-15 | 1 | -20/+5 |
| | | | | llvm-svn: 9136 | ||||
* | Adding a web page on how to start a new LLVM Project. | John Criswell | 2003-07-03 | 1 | -0/+221 |
llvm-svn: 7095 |