diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-11 06:19:49 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-11 06:19:49 +0000 |
commit | 17a295d8f6679dd2b77e31df60f78bc1bfdff93b (patch) | |
tree | f405ebf7e6ed61787e0864b5fdfe557b8c475cd6 /docs/InternalsManual.html | |
parent | 753eac86a4a2d242118b45db7b88ddea9e79944c (diff) |
Use same CSS as the rest of the clang website.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r-- | docs/InternalsManual.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index 78fb9b1d9c..81fefab2ad 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -1,4 +1,14 @@ +<html> +<head> <title>"clang" CFE Internals Manual</title> +<link type="text/css" rel="stylesheet" href="../menu.css" /> +<link type="text/css" rel="stylesheet" href="../content.css" /> +</head> +<body> + +<!--#include virtual="../menu.html.incl"--> + +<div id="content"> <h1>"clang" CFE Internals Manual</h1> @@ -608,3 +618,7 @@ statements in an AST: loops are not transformed into guarded gotos, short-circuit operations are not converted to a set of if-statements, and so on.</p> --> + +</div> +</body> +</html>
\ No newline at end of file |