summaryrefslogtreecommitdiffstats
path: root/doc/sbase
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-31 13:28:52 +0200
committerMartin Mares <mj@ucw.cz>2000-05-31 13:28:52 +0200
commit3fc259549595c952befbe589764ae0bc1ae82728 (patch)
tree4151a120e6aef2b8c2de32b9526a2eec4c88a6e5 /doc/sbase
parentc92795e934758a32472ebc5766ff0f61b1c1409c (diff)
downloadbird-3fc259549595c952befbe589764ae0bc1ae82728.tar
bird-3fc259549595c952befbe589764ae0bc1ae82728.zip
Added tags for markup of programmer's documentation.
Diffstat (limited to 'doc/sbase')
-rw-r--r--doc/sbase/dist/birddoc/html/mapping23
-rw-r--r--doc/sbase/dtd/birddoc.dtd22
2 files changed, 41 insertions, 4 deletions
diff --git a/doc/sbase/dist/birddoc/html/mapping b/doc/sbase/dist/birddoc/html/mapping
index 834fe0f..e703fb4 100644
--- a/doc/sbase/dist/birddoc/html/mapping
+++ b/doc/sbase/dist/birddoc/html/mapping
@@ -105,6 +105,8 @@
<p> "<P>"
</p> "" +
+<hrule> "<HR>"
+
<itemize> + "<UL>" +
</itemize> + "</UL>" +
@@ -120,6 +122,9 @@
<tag> "<DT><CODE>"
</tag> "</CODE><DD>"
+<tagp> "<DT>"
+</tagp> "<DD>"
+
<cite> "[<I>[ID]</I>]"
</cite>
@@ -159,6 +164,24 @@
<m> "<I>"
</m> "</I>"
+<const> "<I>"
+</const> "</I>"
+
+<func> "<B>"
+</func> "</B>"
+
+<struct> "<I>"
+</struct> "</I>"
+
+<param> "<B>"
+</param> "</B>"
+
+<type> "<I>"
+</type> "</I>"
+
+<funcdef> "<B>"
+</funcdef> "</B>"
+
% url support by HG
<url> + "<@@url>[URL]\n"
diff --git a/doc/sbase/dtd/birddoc.dtd b/doc/sbase/dtd/birddoc.dtd
index dee74ee..4e818ab 100644
--- a/doc/sbase/dtd/birddoc.dtd
+++ b/doc/sbase/dtd/birddoc.dtd
@@ -12,7 +12,10 @@ anywhere else. <pavel@ucw.cz>
Tom Gordon.
$Log$
- Revision 1.1 2000-05-29 12:05:21 mj
+ Revision 1.2 2000-05-31 11:28:52 mj
+ Added tags for markup of programmer's documentation.
+
+ Revision 1.1 2000/05/29 12:05:21 mj
Renamed the DTD from linuxdoc to birddoc.
Pavel, please check whether it builds in your environment as well.
@@ -79,7 +82,7 @@ anywhere else. <pavel@ucw.cz>
<!-- ================================================= -->
<!entity % emph
- " em|it|bf|sf|sl|tt|cf|m|cparam " >
+ " em|it|bf|sf|sl|tt|cf|m|cparam|const|func|struct|param|type|funcdef " >
<!entity % index "idx|cdx|nidx|ncdx" >
@@ -94,7 +97,7 @@ anywhere else. <pavel@ucw.cz>
" list | itemize | enum | descrip " >
<!entity % par
- " %list; | comment | lq | quote | tscreen " >
+ " %list; | comment | lq | quote | tscreen | hrule " >
<!entity % mathpar " dm | eq " >
@@ -133,6 +136,7 @@ anywhere else. <pavel@ucw.cz>
<!element p o o (( %inline | %sectpar )+) +(newline) >
<!entity ptag '<p>' >
<!entity psplit '</p><p>' >
+<!element hrule - - EMPTY>
<!shortref pmap
"&#RS;B" null
@@ -161,6 +165,13 @@ anywhere else. <pavel@ucw.cz>
<!element sq - - (%inline)>
<!element cparam - - (%inline)>
+<!element const - - (%inline)>
+<!element func - - (%inline)>
+<!element struct - - (%inline)>
+<!element param - - (%inline)>
+<!element type - - (%inline)>
+<!element funcdef - - (%inline)>
+
<!entity ftag '<f>' -- formula begin -- >
<!entity qendtag '</sq>'>
@@ -205,7 +216,7 @@ anywhere else. <pavel@ucw.cz>
"}" rcub
"|" verbar >
-<!element descrip - - (tag?, p+)+ >
+<!element descrip - - ((tag | tagp)?, p+)+ >
<!usemap desmap descrip>
<!element item o o ((%inline; | %sectpar;)*, p*) >
@@ -213,6 +224,9 @@ anywhere else. <pavel@ucw.cz>
<!element tag - o (%inline)>
<!usemap desmap tag>
+<!element tagp - o (%inline)>
+<!usemap desmap tagp>
+
<!usemap global (list,itemize,enum)>
<!entity space " ">
<!entity null "">