diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-15 15:26:07 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-15 15:26:07 +0000 |
| commit | eaa262b5b8b47a835aa200480b31fd80f719fe41 (patch) | |
| tree | 60642282c73285ee7916569e07f4a76144bea377 /clang/docs/PCHInternals.html | |
| parent | 339ced4e347ba1ee124afe762e1127a64bf4d64c (diff) | |
| download | bcm5719-llvm-eaa262b5b8b47a835aa200480b31fd80f719fe41.tar.gz bcm5719-llvm-eaa262b5b8b47a835aa200480b31fd80f719fe41.zip | |
Fix ALL the markup.
llvm-svn: 148219
Diffstat (limited to 'clang/docs/PCHInternals.html')
| -rw-r--r-- | clang/docs/PCHInternals.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/clang/docs/PCHInternals.html b/clang/docs/PCHInternals.html index d46ae5ceec1..28ce1ce53ef 100644 --- a/clang/docs/PCHInternals.html +++ b/clang/docs/PCHInternals.html @@ -1,8 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <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" /> + <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; @@ -155,7 +157,7 @@ without duplicating the data from the common headers for every file.</p> <h2 id="contents">Precompiled Header Contents</h2> -<img src="PCHLayout.png" align="right" alt="Precompiled header layout"> +<img src="PCHLayout.png" style="float:right" alt="Precompiled header layout"> <p>Clang's precompiled headers are organized into several different blocks, each of which contains the serialized representation of a part |

