| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
with Sphinx.
llvm-svn: 155153
|
|
|
|
|
|
| |
"doc_code".
llvm-svn: 137432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html.
<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>
llvm-svn: 129901
|
|
|
|
|
|
|
|
|
| |
H1 ... Title (and might be Chapter in future)
H2 ... Section
H3 ... Subsection
H4 ... Sub-subsection
llvm-svn: 129683
|
|
|
|
| |
llvm-svn: 103219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 71055
|
|
|
|
|
|
|
| |
line of text is short enough, instead of stretching all the way to the right
margin.
llvm-svn: 61481
|
|
|
|
|
|
|
| |
* Added code-region markings to code sections to make them stand out
* Added pre.doc_code class to llvm.css to simplify marking code regions
llvm-svn: 61072
|
|
|
|
|
|
|
|
| |
* Lowercased all HTML element names
* Standardized spacing around { and }
* removed class "doc_table_nw": grep finds no uses
llvm-svn: 61004
|
|
|
|
| |
llvm-svn: 60984
|
|
|
|
|
|
|
| |
capabilities. This is a major rewrite and is easier to read en toto
rather than patchwise.
llvm-svn: 42414
|
|
|
|
|
|
| |
the shaded box with a large blank border, wasting space.
llvm-svn: 29328
|
|
|
|
| |
llvm-svn: 22084
|
|
|
|
| |
llvm-svn: 20099
|
|
|
|
| |
llvm-svn: 20097
|
|
|
|
| |
llvm-svn: 17404
|
|
|
|
| |
llvm-svn: 17403
|
|
|
|
|
|
|
| |
This is easier than attempting to figure out dual purpose columnar layouts
for multiple browser types. All browsers understand tables.
llvm-svn: 17393
|
|
|
|
| |
llvm-svn: 17382
|
|
|
|
| |
llvm-svn: 16222
|
|
|
|
| |
llvm-svn: 16057
|
|
|
|
|
|
| |
hurt legibility on IE
llvm-svn: 13720
|
|
|
|
|
|
| |
table doesn't stretch across the whole page. Change for BytecodeFormat.html
llvm-svn: 13699
|
|
|
|
|
|
| |
The one thing that someone (misha?) should look at is fixing doc_code so that it sizes to fit the code instead of going to the right margin all of the way. Fixing it at a particular number of pixels was just wrong. :)
llvm-svn: 13668
|
|
|
|
| |
llvm-svn: 13560
|
|
|
|
| |
llvm-svn: 13511
|
|
|
|
|
|
| |
and consistent with the LLVM website.
llvm-svn: 13508
|
|
|
|
| |
llvm-svn: 12970
|
|
|
|
| |
llvm-svn: 12689
|
|
|
|
| |
llvm-svn: 10867
|
|
|
|
| |
llvm-svn: 10200
|
|
|
|
| |
llvm-svn: 10155
|
|
|
|
|
|
|
|
| |
* Drop font-size from doc_footer class
This is now valid CSS.
llvm-svn: 10150
|
|
|
|
|
|
|
| |
llvm.css: Add padding on top and bottom so that letters do not merge with
surrounding whitespace
llvm-svn: 9929
|
|
|
|
| |
llvm-svn: 9928
|
|
|
|
|
|
| |
be distributed either.
llvm-svn: 9545
|
|
|
|
| |
llvm-svn: 9487
|
|
|
|
| |
llvm-svn: 9473
|
|
|
|
|
|
| |
* Added document subsubsection styles for usage in documentation
llvm-svn: 9472
|
|
(via import) in the online version.
* Added styles for documentation headers, sections, etc.
llvm-svn: 9391
|