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
This commit is contained in:
Misha Brukman 2004-06-03 16:59:59 +00:00
parent f3709d6c54
commit 78b648c5e3

View File

@ -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