From: André Malo Date: Sun, 26 Jan 2014 22:51:50 +0000 (+0000) Subject: doc dtd changes: X-Git-Tag: 2.5.0-alpha~4588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aafeb5d7a4bad305e1ce1c85e6d31a65e29fd82;p=apache doc dtd changes: - 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) - 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 --- diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index cbe71245bf..950bf80ed9 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -74,12 +74,14 @@ highlight | blockquote"> - + + status CDATA #IMPLIED + name CDATA #IMPLIED -- preferred over contents -- >