File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1111#ifndef __XML_ENTITIES_H__
1212#define __XML_ENTITIES_H__
1313
14+ /** DOC_DISABLE */
1415#include <libxml/xmlversion.h>
1516#define XML_TREE_INTERNALS
1617#include <libxml/tree.h>
1718#undef XML_TREE_INTERNALS
19+ /** DOC_ENABLE */
1820
1921#ifdef __cplusplus
2022extern "C" {
Original file line number Diff line number Diff line change 1010#ifndef __XML_PARSER_H__
1111#define __XML_PARSER_H__
1212
13+ /** DOC_DISABLE */
1314#include <libxml/xmlversion.h>
1415#define XML_TREE_INTERNALS
1516#include <libxml/tree.h>
2627/* for compatibility */
2728#include <libxml/SAX2.h>
2829#include <libxml/threads.h>
30+ /** DOC_ENABLE */
2931
3032#ifdef __cplusplus
3133extern "C" {
Original file line number Diff line number Diff line change 1111#ifndef __XML_VALID_H__
1212#define __XML_VALID_H__
1313
14+ /** DOC_DISABLE */
1415#include <libxml/xmlversion.h>
1516#include <libxml/xmlerror.h>
1617#define XML_TREE_INTERNALS
1920#include <libxml/list.h>
2021#include <libxml/xmlautomata.h>
2122#include <libxml/xmlregexp.h>
23+ /** DOC_ENABLE */
2224
2325#ifdef __cplusplus
2426extern "C" {
Original file line number Diff line number Diff line change 1010#ifndef __XML_IO_H__
1111#define __XML_IO_H__
1212
13+ /** DOC_DISABLE */
1314#include <stdio.h>
1415#include <libxml/xmlversion.h>
1516#include <libxml/encoding.h>
1617#define XML_TREE_INTERNALS
1718#include <libxml/tree.h>
1819#undef XML_TREE_INTERNALS
20+ /** DOC_ENABLE */
1921
2022#ifdef __cplusplus
2123extern "C" {
You can’t perform that action at this time.
0 commit comments