1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Added tags for markup of programmer's documentation.

This commit is contained in:
Martin Mares
2000-05-31 11:28:52 +00:00
parent c92795e934
commit 3fc2595495
2 changed files with 41 additions and 4 deletions

View File

@@ -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"