Skip to content

Commit

Permalink
doc: Add missing documentation of error XML_ERROR_NOT_STARTED
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Nov 9, 2024
1 parent 2691aff commit 9d17a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions expat/doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,11 @@ <h4 id="XML_StopParser">XML_StopParser</h4>
<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>
Expand Down

0 comments on commit 9d17a3a

Please sign in to comment.