doc/reference.html: Drop inaccurate statement about XML_* macros

The statement is falsified by these macros:
- XML_ATTR_INFO
- XML_DTD
- XML_GE
This commit is contained in:
Sebastian Pipping 2024-02-28 20:29:47 +01:00
parent 1e028f2ef7
commit ea52834709

View file

@ -356,10 +356,7 @@ library and header would get installed in
<h3>Configuring Expat Using the Pre-Processor</h3>
<p>Expat's feature set can be configured using a small number of
pre-processor definitions. The definition of this symbols does not
affect the set of entry points for Expat, only the behavior of the API
and the definition of character types in the case of
<code>XML_UNICODE_WCHAR_T</code>. The symbols are:</p>
pre-processor definitions. The symbols are:</p>
<dl class="cpp-symbols">
<dt><a name="XML_GE">XML_GE</a></dt>