From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Mon, 18 Apr 2011 23:59:50 +0000
Subject: docs: Use as Heading elements instead of .
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/tutorial/LangImpl5.html | 39 +++++++++++++++------------------------
1 file changed, 15 insertions(+), 24 deletions(-)
(limited to 'docs/tutorial/LangImpl5.html')
diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html
index 2c1a07f..4fbf7be 100644
--- a/docs/tutorial/LangImpl5.html
+++ b/docs/tutorial/LangImpl5.html
@@ -11,7 +11,7 @@
-
Kaleidoscope: Extending the Language: Control Flow
+
Kaleidoscope: Extending the Language: Control Flow
-
+
@@ -65,7 +65,7 @@ have an if/then/else expression plus a simple 'for' loop.
-
+
@@ -111,8 +111,7 @@ pieces.
-
+
@@ -146,8 +145,7 @@ stuff:
-
+
@@ -172,8 +170,7 @@ public:
-
+
@@ -231,7 +228,7 @@ static ExprAST *ParsePrimary() {
-
+
@@ -347,8 +344,7 @@ directly.
-
+
@@ -501,7 +497,7 @@ another useful expression that is familiar from non-functional languages...
-
+
@@ -536,8 +532,7 @@ support this.
-
+
@@ -566,8 +561,7 @@ the 'for' Loop
-
+
@@ -593,8 +587,7 @@ public:
-
+
@@ -653,8 +646,7 @@ static ExprAST *ParseForExpr() {
-
+
@@ -699,8 +691,7 @@ expressions, and some basic blocks. Lets see how this fits together.
-
+
@@ -877,7 +868,7 @@ language.
-
+
--
cgit v1.1