]> granicus.if.org Git - apache/commitdiff
Added <directiveindex>, <moduleindex>, and <modulefilelist>.
authorpatrikj <patrikj@unknown>
Mon, 6 May 2002 08:19:07 +0000 (08:19 +0000)
committerpatrikj <patrikj@unknown>
Mon, 6 May 2002 08:19:07 +0000 (08:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94946 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/modulesynopsis.dtd

index 555c21e6159b1f84744cd33f00c86724c1d6ccb0..777b478c48bb204c48b36a9e4157fbe3835d1336 100644 (file)
@@ -47,7 +47,8 @@ usage?, seealso*)>
 
 <!ATTLIST a  href CDATA #IMPLIED 
              name CDATA #IMPLIED
-             id   CDATA #IMPLIED >
+             id   CDATA #IMPLIED
+             rel  CDATA #IMPLIED >
 
 <!ELEMENT img EMPTY>
 <!ATTLIST img
@@ -130,4 +131,14 @@ usage?, seealso*)>
 
 <!ELEMENT blockquote %BlockOrInline;>
 
-<!ELEMENT pre %Inline;>
\ No newline at end of file
+<!ELEMENT pre %Inline;>
+
+<!-- Used in allmodules.xml -->
+<!ELEMENT modulefilelist (modulefile+)>
+<!ELEMENT modulefile (#PCDATA)>
+
+<!-- Used in index.xml -->
+<!ELEMENT moduleindex (title | summary | modulefilelist)+>
+
+<!-- Used in directive.xml -->
+<!ELEMENT directiveindex (title | summary | modulefilelist)+>