1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

doc: Hide internal macro

This commit is contained in:
Nick Wellnhofer
2024-06-16 19:56:08 +02:00
parent fb2b9cdabf
commit 5fca9498fd
5 changed files with 8 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
#ifndef __XML_PARSER_H__
#define __XML_PARSER_H__
/** DOC_DISABLE */
#include <libxml/xmlversion.h>
#define XML_TREE_INTERNALS
#include <libxml/tree.h>
@@ -26,6 +27,7 @@
/* for compatibility */
#include <libxml/SAX2.h>
#include <libxml/threads.h>
/** DOC_ENABLE */
#ifdef __cplusplus
extern "C" {