mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
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:
parent
f3709d6c54
commit
78b648c5e3
@ -234,7 +234,8 @@ the line, and it also supports <b>nestable</b> "<tt>/* */</tt>" comments.</p>
|
|||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
@ -291,7 +292,8 @@ needed.</p>
|
|||||||
<a name="values">TableGen values and expressions</a>
|
<a name="values">TableGen values and expressions</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="doc_text">
|
||||||
|
|
||||||
<p>TableGen allows for a pretty reasonable number of different expression forms
|
<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
|
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
|
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>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<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>
|
<div class="doc_text">
|
||||||
|
|
||||||
<p>As mentioned in the <a href="#concepts">intro</a>, classes and definitions
|
<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
|
(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
|
information that TableGen collects. Records are defined with a <tt>def</tt> or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user