summaryrefslogtreecommitdiff
path: root/doc/libxml2-api.xml
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-24 00:03:44 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-24 00:51:52 +0200
commit92bb889be3bcbd1aaf64286d592f19e2060a273f (patch)
tree5e53716c844b657bc9f43a8b0715325270e2c9cd /doc/libxml2-api.xml
parent75b5bc2b0a6219ee03069611793dccb2d47102c0 (diff)
downloadlibxml2-92bb889be3bcbd1aaf64286d592f19e2060a273f.tar.gz
Don't index anything in DOC_DISABLE sections
Somewhat misleadingly, the DOC_DISABLE directive only disabled warnings. Now we really stop the documentation generator from indexing. This results in additional warnings for xmlThrDef* functions. This should be fixed by documenting or deprecating them.
Diffstat (limited to 'doc/libxml2-api.xml')
-rw-r--r--doc/libxml2-api.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml
index 89a44764..285837c7 100644
--- a/doc/libxml2-api.xml
+++ b/doc/libxml2-api.xml
@@ -1387,7 +1387,6 @@
<author>Daniel Veillard </author>
<exports symbol='BASE_BUFFER_SIZE' type='macro'/>
<exports symbol='LIBXML2_NEW_BUFFER' type='macro'/>
- <exports symbol='XML_DOCB_DOCUMENT_NODE' type='macro'/>
<exports symbol='XML_GET_CONTENT' type='macro'/>
<exports symbol='XML_GET_LINE' type='macro'/>
<exports symbol='XML_LOCAL_NAMESPACE' type='macro'/>
@@ -2763,7 +2762,6 @@
<file name='xmlexports'>
<summary>macros for marking symbols as exportable/importable.</summary>
<description>macros for marking symbols as exportable/importable. </description>
- <exports symbol='LIBXML_DLL_IMPORT' type='macro'/>
<exports symbol='XMLCALL' type='macro'/>
<exports symbol='XMLCDECL' type='macro'/>
<exports symbol='XMLPUBFUN' type='macro'/>
@@ -3963,8 +3961,6 @@
<macro name='LIBXML_DEBUG_RUNTIME' file='xmlversion'>
<info>Whether the runtime debugging is configured in</info>
</macro>
- <macro name='LIBXML_DLL_IMPORT' file='xmlexports'>
- </macro>
<macro name='LIBXML_DOTTED_VERSION' file='xmlversion'>
<info>the version string like &quot;1.2.3&quot;</info>
</macro>
@@ -4158,8 +4154,6 @@
<macro name='XML_DETECT_IDS' file='parser'>
<info>Bit in the loadsubset context field to tell to do ID/REFs lookups. Use it to initialize xmlLoadExtDtdDefaultValue.</info>
</macro>
- <macro name='XML_DOCB_DOCUMENT_NODE' file='tree'>
- </macro>
<macro name='XML_GET_CONTENT' file='tree'>
<info>Macro to extract the content pointer of a node.</info>
</macro>
@@ -4466,12 +4460,6 @@
<macro name='XML_XPATH_NOVAR' file='xpath'>
<info>forbid variables in expression</info>
</macro>
- <macro name='XPATH_LOCATIONSET' file='xpath'>
- </macro>
- <macro name='XPATH_POINT' file='xpath'>
- </macro>
- <macro name='XPATH_RANGE' file='xpath'>
- </macro>
<macro name='XP_ERROR' file='xpathInternals'>
<info>Macro to raise an XPath error and return.</info>
<arg name='X' info='the error code'/>