Skip to content

Commit 1452314

Browse files
committed
doc: Hide internal macro
1 parent def06f3 commit 1452314

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

include/libxml/entities.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
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
2022
extern "C" {

include/libxml/parser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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>
@@ -26,6 +27,7 @@
2627
/* for compatibility */
2728
#include <libxml/SAX2.h>
2829
#include <libxml/threads.h>
30+
/** DOC_ENABLE */
2931

3032
#ifdef __cplusplus
3133
extern "C" {

include/libxml/valid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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
@@ -19,6 +20,7 @@
1920
#include <libxml/list.h>
2021
#include <libxml/xmlautomata.h>
2122
#include <libxml/xmlregexp.h>
23+
/** DOC_ENABLE */
2224

2325
#ifdef __cplusplus
2426
extern "C" {

include/libxml/xmlIO.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
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
2123
extern "C" {

0 commit comments

Comments
 (0)