Merge pull request #921 from libexpat/document-stopparser-error

doc: Add missing documentation of error `XML_ERROR_NOT_STARTED` (follow-up to #915)
This commit is contained in:
Sebastian Pipping 2024-11-10 00:07:45 +01:00 committed by GitHub
commit 554edf4d57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>