Specify div type "doc_text" to get proper indentation for paragraphs.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 16:59:59 +0000 (16:59 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 16:59:59 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13989 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index 47bc3ff9364e21698b9f834eead66fa7a014c778..0542722100387e6d09eca82d6180cc9c05daba49 100644 (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