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.
<!-- ================================================= -->
<!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" >
" list | itemize | enum | descrip " >
<!entity % par
- " %list; | comment | lq | quote | tscreen " >
+ " %list; | comment | lq | quote | tscreen | hrule " >
<!entity % mathpar " dm | eq " >
<!element p o o (( %inline | %sectpar )+) +(newline) >
<!entity ptag '<p>' >
<!entity psplit '</p><p>' >
+<!element hrule - - EMPTY>
<!shortref pmap
"&#RS;B" null
<!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>'>
"}" rcub
"|" verbar >
-<!element descrip - - (tag?, p+)+ >
+<!element descrip - - ((tag | tagp)?, p+)+ >
<!usemap desmap descrip>
<!element item o o ((%inline; | %sectpar;)*, p*) >
<!element tag - o (%inline)>
<!usemap desmap tag>
+<!element tagp - o (%inline)>
+<!usemap desmap tagp>
+
<!usemap global (list,itemize,enum)>
<!entity space " ">
<!entity null "">