Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: source/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/manualTest1.htm

Issue 148913004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Manual</title>
4 <style type="text/css">
5 ul.toc_appendix1 {
6 list-style-type: none;
7 margin-left: 0;
8 margin-top: 1em;
9 margin-bottom: 1em;
10 }
11 ul.toc_h1 {
12 list-style-type: none;
13 margin-left: 1;
14 margin-top: 1em;
15 margin-bottom: 1em;
16 }
17 ul.toc_h2 {
18 list-style-type: none;
19 }
20 ul.toc_h3 {
21 list-style-type: none;
22 }
23 ul.toc_part1 {
24 list-style-type: none;
25 margin-left: 1;
26 margin-top: 1em;
27 margin-bottom: 1em;
28 }
29 ul.toc_prelude1 {
30 list-style: none;
31 }
32 p.captionFigure {
33 font-style: italic;
34 font-weight: bold;
35 }
36 p.captionTable {
37 font-style: italic;
38 font-weight: bold;
39 }
40 </style>
41 </head>
42 <body>
43
44 <h1 class=prelude>Preface</h1>
45 Better C than never.
46
47 <h1 class=hidden>Table of Contents</h1>
48 <!-- Table of Contents -->
49
50 <h1 class=prelude>Table of Figures</h1>
51 <!-- Table of Figures -->
52
53 <h1 class=prelude>Table of Tables</h1>
54 <!-- Table of Tables -->
55
56 <h1 class=prelude>Introduction</h1>
57 Thanks to standardisation and the excellent work of the QWERTY corporation it is possible to learn C with almost any C manual.
58 <p class=captionTable>Compile Steps</p>
59 <ul><pre>
60 Parser
61 Compiler
62 Linker
63 </pre></ul>
64
65 <h1 class=part>Disks</h1>
66 <h1>Compiler Disk v1</h1>
67 <img src=img.gif alt="Contents Compiler Disk v1">
68 <p class=captionFigure>Contents Compiler Disk v1</p>
69
70 <h2>System</h2>
71 <h2>Standard Library</h2>
72
73 <h1>Compiler Disk v2</h1>
74 <img src=img.gif alt="Contents Compiler Disk v2">
75 <p class=captionFigure>Contents Compiler Disk v2</p>
76
77 <h2>System</h2>
78 <h3>parser.com</h3>
79 <h3>compiler.com</h3>
80 <h3>linker.com</h3>
81 <h2>Standard Library</h2>
82
83 <h1>Library System Disk</h1>
84 <h1 class=part>Personal</h1>
85 <h1>Tips & Tricks</h1>
86 <h1 class=part>Appendixes</h1>
87 <h1 class=appendix>Functions Standard Library v1</h1>
88 <h1 class=appendix>Functions Standard Library v2</h1>
89 <h1 class=appendix>Functions Graphic Library</h1>
90 <h1 class=prelude>Bibliography</h1>
91 </body>
92 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698