[cfe-commits] r72813 - /cfe/trunk/docs/PCHInternals.html
Douglas Gregor
dgregor at apple.com
Wed Jun 3 14:57:43 PDT 2009
Author: dgregor
Date: Wed Jun 3 16:57:43 2009
New Revision: 72813
URL: http://llvm.org/viewvc/llvm-project?rev=72813&view=rev
Log:
HTML tweak to get the PCH internals documentation to display correctly
Modified:
cfe/trunk/docs/PCHInternals.html
Modified: cfe/trunk/docs/PCHInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/PCHInternals.html?rev=72813&r1=72812&r2=72813&view=diff
==============================================================================
--- cfe/trunk/docs/PCHInternals.html (original)
+++ cfe/trunk/docs/PCHInternals.html Wed Jun 3 16:57:43 2009
@@ -1,6 +1,13 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html> <head>
-<title>Precompiled Headers (PCH)</title>
+<html>
+<head>
+ <title>Precompiled Headers (PCH)</title>
+ <link type="text/css" rel="stylesheet" href="../menu.css" />
+ <link type="text/css" rel="stylesheet" href="../content.css" />
+ <style type="text/css">
+ td {
+ vertical-align: top;
+ }
+ </style>
</head>
<body>
More information about the cfe-commits
mailing list