diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 16:59:59 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 16:59:59 +0000 |
commit | 78b648c5e35f28382691ec32ec39ca3e1ede94c0 (patch) | |
tree | 7159946dd03909f272c1365ae099bbe67c7f2347 /docs/TableGenFundamentals.html | |
parent | f3709d6c54a8bf29ad248c6ba9fb714e3e0f2843 (diff) | |
download | external_llvm-78b648c5e35f28382691ec32ec39ca3e1ede94c0.zip external_llvm-78b648c5e35f28382691ec32ec39ca3e1ede94c0.tar.gz external_llvm-78b648c5e35f28382691ec32ec39ca3e1ede94c0.tar.bz2 |
Specify div type "doc_text" to get proper indentation for paragraphs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 47bc3ff..0542722 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -234,7 +234,8 @@ the line, and it also supports <b>nestable</b> "<tt>/* */</tt>" comments.</p> </div> <!-- --------------------------------------------------------------------------> -<div class="doc_subsubsection"><a name="types">The TableGen type system</a> +<div class="doc_subsubsection"> + <a name="types">The TableGen type system</a> </div> <div class="doc_text"> @@ -291,7 +292,8 @@ needed.</p> <a name="values">TableGen values and expressions</a> </div> -<div> +<div class="doc_text"> + <p>TableGen allows for a pretty reasonable number of different expression forms when building up values. These forms allow the TableGen file to be written in a natural syntax and flavor for the application. The current expression forms @@ -325,10 +327,12 @@ for different types. These rules allow you to assign a value like "7" to a </div> <!-- ======================================================================= --> -<div class="doc_subsection"><a name="classesdefs">Classes and definitions</a> +<div class="doc_subsection"> + <a name="classesdefs">Classes and definitions</a> </div> -<div> +<div class="doc_text"> + <p>As mentioned in the <a href="#concepts">intro</a>, classes and definitions (collectively known as 'records') in TableGen are the main high-level unit of information that TableGen collects. Records are defined with a <tt>def</tt> or |