Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / html / swig / README
CommitLineData
920dae64
AT
1This directory contains the HTML for the SWIG users manual.
2
3All of this HTML is hand-written. However, section numbering, indices,
4and the table of contents is generated automatically by the 'maketoc.py'
5script. The Makefile has further information on how the various alternative
6forms of the documentation is generated from the hand-written HTML.
7
8There are 4 types of boxes that code or whatever can be inside:
9 - <div class="shell">...</div>
10 This is for text that shows the output of running commands on the shell.
11 - <div class="code">...</div>
12 This is for either C, C++, or SWIG code
13 - <div class="targetlang">...</div>
14 This is for code in a target scripting language
15 - <div class="diagram">...</div>
16 This is for text that is not code or a shell
17
18The general format is
19<div class="foo"><pre>
20whatever here
21</pre></div>