reference.html: Fix mismatched tag
This commit is contained in:
parent
84b03ba11f
commit
030c536e5c
@ -2152,7 +2152,7 @@ function behavior. In order to have an effect this must be called
|
|||||||
before parsing has started. Returns 1 if successful, 0 when called
|
before parsing has started. Returns 1 if successful, 0 when called
|
||||||
after <code>XML_Parse</code> or <code>XML_ParseBuffer</code>.
|
after <code>XML_Parse</code> or <code>XML_ParseBuffer</code>.
|
||||||
<p><b>Note:</b>This call is optional, as the parser will auto-generate
|
<p><b>Note:</b>This call is optional, as the parser will auto-generate
|
||||||
a new random salt value if no value has been set at the start of parsing.
|
a new random salt value if no value has been set at the start of parsing.</p>
|
||||||
<p><b>Note:</b>One should not call <code>XML_SetHashSalt</code> with a
|
<p><b>Note:</b>One should not call <code>XML_SetHashSalt</code> with a
|
||||||
hash salt value of 0, as this value is used as sentinel value to indicate
|
hash salt value of 0, as this value is used as sentinel value to indicate
|
||||||
that <code>XML_SetHashSalt</code> has <b>not</b> been called. Consequently
|
that <code>XML_SetHashSalt</code> has <b>not</b> been called. Consequently
|
||||||
|
Loading…
Reference in New Issue
Block a user