diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index 4b7b0ee8..1a7631c9 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -410,7 +410,6 @@ interface for the XML entities handling this module provides some of the entity API needed for the parser and applications. Daniel Veillard - @@ -560,7 +559,6 @@ Daniel Veillard - @@ -1679,7 +1677,6 @@ The DTD validation API for the DTD handling and the validity checking Daniel Veillard - @@ -1837,7 +1834,6 @@ interface for the I/O interfaces used by the parser interface for the I/O interfaces used by the parser Daniel Veillard - @@ -4292,8 +4288,6 @@ Whether general entities need to be substituted. - - This is the name for the special xml:id attribute diff --git a/include/libxml/entities.h b/include/libxml/entities.h index d40de269..2d5e6b97 100644 --- a/include/libxml/entities.h +++ b/include/libxml/entities.h @@ -11,10 +11,12 @@ #ifndef __XML_ENTITIES_H__ #define __XML_ENTITIES_H__ +/** DOC_DISABLE */ #include #define XML_TREE_INTERNALS #include #undef XML_TREE_INTERNALS +/** DOC_ENABLE */ #ifdef __cplusplus extern "C" { diff --git a/include/libxml/parser.h b/include/libxml/parser.h index 0231fd7e..eb6a5fe7 100644 --- a/include/libxml/parser.h +++ b/include/libxml/parser.h @@ -10,6 +10,7 @@ #ifndef __XML_PARSER_H__ #define __XML_PARSER_H__ +/** DOC_DISABLE */ #include #define XML_TREE_INTERNALS #include @@ -26,6 +27,7 @@ /* for compatibility */ #include #include +/** DOC_ENABLE */ #ifdef __cplusplus extern "C" { diff --git a/include/libxml/valid.h b/include/libxml/valid.h index 75789b14..7345ca57 100644 --- a/include/libxml/valid.h +++ b/include/libxml/valid.h @@ -11,6 +11,7 @@ #ifndef __XML_VALID_H__ #define __XML_VALID_H__ +/** DOC_DISABLE */ #include #include #define XML_TREE_INTERNALS @@ -19,6 +20,7 @@ #include #include #include +/** DOC_ENABLE */ #ifdef __cplusplus extern "C" { diff --git a/include/libxml/xmlIO.h b/include/libxml/xmlIO.h index eeefd13a..3397a095 100644 --- a/include/libxml/xmlIO.h +++ b/include/libxml/xmlIO.h @@ -10,12 +10,14 @@ #ifndef __XML_IO_H__ #define __XML_IO_H__ +/** DOC_DISABLE */ #include #include #include #define XML_TREE_INTERNALS #include #undef XML_TREE_INTERNALS +/** DOC_ENABLE */ #ifdef __cplusplus extern "C" {