[cfe-commits] r52208 - /cfe/trunk/docs/InternalsManual.html

Ted Kremenek kremenek at apple.com
Tue Jun 10 23:19:49 PDT 2008


Author: kremenek
Date: Wed Jun 11 01:19:49 2008
New Revision: 52208

URL: http://llvm.org/viewvc/llvm-project?rev=52208&view=rev
Log:
Use same CSS as the rest of the clang website.

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=52208&r1=52207&r2=52208&view=diff

==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Wed Jun 11 01:19:49 2008
@@ -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 @@
 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





More information about the cfe-commits mailing list