mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
doc: Add missing documentation of error XML_ERROR_NOT_STARTED
This commit is contained in:
parent
2691aff430
commit
9d17a3a073
1 changed files with 5 additions and 0 deletions
|
@ -1267,6 +1267,11 @@ call-backs, except when parsing an external parameter entity and
|
|||
<code>XML_STATUS_ERROR</code> otherwise. The possible error codes
|
||||
are:</p>
|
||||
<dl>
|
||||
<dt><code>XML_ERROR_NOT_STARTED</code></dt>
|
||||
<dd>
|
||||
when stopping or suspending a parser before it has started,
|
||||
added in Expat 2.6.4.
|
||||
</dd>
|
||||
<dt><code>XML_ERROR_SUSPENDED</code></dt>
|
||||
<dd>when suspending an already suspended parser.</dd>
|
||||
<dt><code>XML_ERROR_FINISHED</code></dt>
|
||||
|
|
Loading…
Add table
Reference in a new issue