]> granicus.if.org Git - clang/commitdiff
Use same CSS as the rest of the clang website.
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 06:19:49 +0000 (06:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 06:19:49 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52208 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index 78fb9b1d9ce2a1581def76f7d3f97acceba03ba1..81fefab2adfff407f34d9bcb95754430dcb5be81 100644 (file)
@@ -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