]> granicus.if.org Git - apache/commitdiff
doc dtd changes:
authorAndré Malo <nd@apache.org>
Sun, 26 Jan 2014 22:51:50 +0000 (22:51 +0000)
committerAndré Malo <nd@apache.org>
Sun, 26 Jan 2014 22:51:50 +0000 (22:51 +0000)
- <module> elements can be flagged with outdated="true" now. This can be used
  for markup describing modules which no longer exist. (They won't generate
  invalid links)
- <directive> elements grew a "name" attribute, which can be set to the
  directive name if the element content is not the actual directive name. (for
  sections there's still the type='section' attribute).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561566 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index cbe71245bf8139c5c530692d3efc09d93d1b918c..950bf80ed969ad897d3f9bd81281759e738b6c0e 100644 (file)
@@ -74,12 +74,14 @@ highlight | blockquote">
 <!ELEMENT directivelist (directive)+>
 
 <!ELEMENT module (#PCDATA)>
-<!ATTLIST module status CDATA  #IMPLIED>
+<!ATTLIST module status   CDATA  #IMPLIED
+                 outdated (true) #IMPLIED>
 
 <!ELEMENT directive (#PCDATA)>
 <!ATTLIST directive  module CDATA  #IMPLIED
                      type   CDATA  #IMPLIED
-                     status CDATA  #IMPLIED >
+                     status CDATA  #IMPLIED
+                     name   CDATA  #IMPLIED -- preferred over contents -- >
 
 <!ELEMENT program (#PCDATA)>