| 1 |
DDOC =<?xml version="1.0"?> |
|---|
| 2 |
<?xml-stylesheet type="text/xsl" href="ddoc2xhtml.xsl"?> |
|---|
| 3 |
<!DOCTYPE ddoc SYSTEM "ddoc.dtd"> |
|---|
| 4 |
<ddoc> |
|---|
| 5 |
<title>$(TITLE)</title> |
|---|
| 6 |
<datetime>$(DATETIME)</datetime> |
|---|
| 7 |
<year>$(YEAR)</year> |
|---|
| 8 |
<copyright>$(COPYRIGHT)</copyright> |
|---|
| 9 |
<body> |
|---|
| 10 |
$(BODY) |
|---|
| 11 |
</body> |
|---|
| 12 |
</ddoc> |
|---|
| 13 |
|
|---|
| 14 |
DDOC_DECL = <declaration>$0</declaration> |
|---|
| 15 |
DDOC_DECL_DD = <decldescription>$0</decldescription> |
|---|
| 16 |
DDOC_SECTIONS = <sections>$0</sections> |
|---|
| 17 |
DDOC_SUMMARY = <summary>$0</summary> |
|---|
| 18 |
DDOC_DESCRIPTION = <description>$0</description> |
|---|
| 19 |
DDOC_SECTION_H = <section name="$0"> |
|---|
| 20 |
DDOC_SECTION = $0</section> |
|---|
| 21 |
DDOC_MEMBERS = <members>$0</members> |
|---|
| 22 |
DDOC_PARAMS = <params>$0</params> |
|---|
| 23 |
DDOC_PARAM_ROW = <paramrow>$0</paramrow> |
|---|
| 24 |
DDOC_PARAM_ID = <paramid>$0</paramid> |
|---|
| 25 |
DDOC_PARAM_DESC = <paramdesc>$0</paramdesc> |
|---|
| 26 |
DDOC_PSYMBOL = <psymbol>$0</psymbol> |
|---|
| 27 |
DDOC_KEYWORD = <keyword>$0</keyword> |
|---|
| 28 |
DDOC_PARAM = <param>$0</param> |
|---|
| 29 |
DDOC_AUTHORS = <authors>$0</authors> |
|---|
| 30 |
DDOC_BUGS = <bugs>$0</bugs> |
|---|
| 31 |
DDOC_COPYRIGHT = <copyright>$0</copyright> |
|---|
| 32 |
DDOC_DATE = <date>$0</date> |
|---|
| 33 |
DDOC_DEPRECATED = <deprecated>$0</deprecated> |
|---|
| 34 |
DDOC_EXAMPLES = <examples>$0</examples> |
|---|
| 35 |
DDOC_HISTORY = <history>$0</history> |
|---|
| 36 |
DDOC_LICENSE = <license>$0</license> |
|---|
| 37 |
DDOC_RETURNS = <returns>$0</returns> |
|---|
| 38 |
DDOC_SEE_ALSO = <seealso>$0</seealso> |
|---|
| 39 |
DDOC_STANDARDS = <standards>$0</standards> |
|---|
| 40 |
DDOC_THROWS = <throws>$0</throws> |
|---|
| 41 |
DDOC_VERSION = <version>$0</version> |
|---|
| 42 |
D_CODE = <code>$0</code> |
|---|
| 43 |
B = $0 |
|---|
| 44 |
I = $0 |
|---|
| 45 |
U = $0 |
|---|
| 46 |
P = $0 |
|---|
| 47 |
DL = $0 |
|---|
| 48 |
DT = $0 |
|---|
| 49 |
DD = $0 |
|---|
| 50 |
TABLE = $0 |
|---|
| 51 |
TR = $0 |
|---|
| 52 |
TH = $0 |
|---|
| 53 |
TD = $0 |
|---|
| 54 |
OL = $0 |
|---|
| 55 |
UL = $0 |
|---|
| 56 |
LI = $0 |
|---|
| 57 |
BIG = $0 |
|---|
| 58 |
SMALL = $0 |
|---|
| 59 |
BR = $0 |
|---|
| 60 |
RED = $0 |
|---|
| 61 |
BLUE = $0 |
|---|
| 62 |
GREEN = $0 |
|---|
| 63 |
YELLOW = $0 |
|---|
| 64 |
BLACK = $0 |
|---|
| 65 |
WHITE = $0 |
|---|
| 66 |
LINK = $0 |
|---|
| 67 |
LINK2 = $+ |
|---|