diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-31 13:28:52 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-31 13:28:52 +0200 |
commit | 3fc259549595c952befbe589764ae0bc1ae82728 (patch) | |
tree | 4151a120e6aef2b8c2de32b9526a2eec4c88a6e5 /doc/sbase/dist | |
parent | c92795e934758a32472ebc5766ff0f61b1c1409c (diff) | |
download | bird-3fc259549595c952befbe589764ae0bc1ae82728.tar bird-3fc259549595c952befbe589764ae0bc1ae82728.zip |
Added tags for markup of programmer's documentation.
Diffstat (limited to 'doc/sbase/dist')
-rw-r--r-- | doc/sbase/dist/birddoc/html/mapping | 23 |
1 files changed, 23 insertions, 0 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" |