From: Misha Brukman Date: Thu, 3 Jun 2004 16:59:59 +0000 (+0000) Subject: Specify div type "doc_text" to get proper indentation for paragraphs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=78b648c5e35f28382691ec32ec39ca3e1ede94c0;p=oota-llvm.git 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 --- diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 47bc3ff9364..05427221003 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -234,7 +234,8 @@ the line, and it also supports nestable "/* */" comments.

-
The TableGen type system +
@@ -291,7 +292,8 @@ needed.

TableGen values and expressions
-
+
+

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

-
Classes and definitions + -
+
+

As mentioned in the intro, 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 def or