diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
| commit | dbe13110f59f48b4dbb7552b3ac2935acdeece7f (patch) | |
| tree | be1815eb79b42ff482a8562b13c2dcbf0c5dcbee /docs/PCHInternals.html | |
| parent | 9da628931ebf2609493570f87824ca22402cc65f (diff) | |
Notes
Diffstat (limited to 'docs/PCHInternals.html')
| -rw-r--r-- | docs/PCHInternals.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/PCHInternals.html b/docs/PCHInternals.html index d46ae5ceec1f..28ce1ce53efb 100644 --- a/docs/PCHInternals.html +++ b/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 |
