You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/01/09 05:31:38 UTC

cvs commit: httpd-2.0/docs/manual/style modulesynopsis.dtd

nd          2003/01/08 20:31:38

  Modified:    docs/manual/style Tag: APACHE_2_0_BRANCH modulesynopsis.dtd
  Log:
  be more specific on element ordering and allow <seealso> within
  the moduleindex
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.2  +2 -2      httpd-2.0/docs/manual/style/modulesynopsis.dtd
  
  Index: modulesynopsis.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/modulesynopsis.dtd,v
  retrieving revision 1.14.2.1
  retrieving revision 1.14.2.2
  diff -u -r1.14.2.1 -r1.14.2.2
  --- modulesynopsis.dtd	25 Dec 2002 02:22:02 -0000	1.14.2.1
  +++ modulesynopsis.dtd	9 Jan 2003 04:31:37 -0000	1.14.2.2
  @@ -41,11 +41,11 @@
   <!ELEMENT usage %Block;>
   
   <!-- Used in index.xml -->
  -<!ELEMENT moduleindex (title | summary | sitemap)+>
  +<!ELEMENT moduleindex (title, summary, seealso*, sitemap)>
   
   <!-- Used in directive.xml -->
   <!ELEMENT directiveindex (title | summary | sitemap)+>
   
   <!-- Used in quickreference.xml -->
   <!ELEMENT quickreference (title | summary | legend | sitemap)+>
  -<!ELEMENT legend (table, table)>
  \ No newline at end of file
  +<!ELEMENT legend (table, table)>