From a689ffeb33b1e4bee7612839f1fc0b52c071f704 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Wed, 18 Jul 2001 20:53:02 +0200
Subject: [PATCH] Mention some more xml tags.

Rev: refdoc/xml.txt:1.2
---
 refdoc/xml.txt | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/refdoc/xml.txt b/refdoc/xml.txt
index fd5265163b..38d084781c 100644
--- a/refdoc/xml.txt
+++ b/refdoc/xml.txt
@@ -368,7 +368,34 @@ An argument to a method can be of the varargs type:
   </function>
 
 ======================================================================
-f) XML generated from the doc markup
+f) Other XML tags
+----------------------------------------------------------------------
+
+p
+   Paragraph.
+
+i
+   Italic.
+
+b
+   Bold.
+
+tt
+   Terminal Type.
+
+pre
+   Preformatted text.
+
+code
+   Program code.
+
+image
+   An image object. Contains the original file path to the image. Has the
+   optional attributes width, height and file, where file is the path to
+   the normalized-filename file.
+
+======================================================================
+g) XML generated from the doc markup
 ----------------------------------------------------------------------
 
 The documentation for an entity is put in a <doc> element. The <doc> element 
@@ -483,7 +510,7 @@ some more intricate parsing must be done, and the arguments may be complex
 (like Pike types) and are represented as child elements of the element. 
 
 ======================================================================
-g) Top level sections of different Pike entities.
+h) Top level sections of different Pike entities.
 ----------------------------------------------------------------------
 
 In every doc comment there is an implicit "top container", and subsections can
-- 
GitLab