comparison dtd/module.dtd @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents b8fd014ec712
children 72524ae53106
comparison
equal deleted inserted replaced
101:b8fd014ec712 102:c76a257f3fd4
10 <!ATTLIST section 10 <!ATTLIST section
11 name CDATA #REQUIRED 11 name CDATA #REQUIRED
12 id ID #IMPLIED 12 id ID #IMPLIED
13 > 13 >
14 14
15 <!ELEMENT directive (syntax+, default?, context*, para+) > 15 <!ELEMENT directive (syntax+, default+, context*, para+) >
16 <!ATTLIST directive 16 <!ATTLIST directive
17 name ID #REQUIRED 17 name ID #REQUIRED
18 appeared-in CDATA #IMPLIED 18 appeared-in CDATA #IMPLIED
19 > 19 >
20 20