mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
xmlexports.h: Disable docs for internal macro XMLPUBLIC
This commit is contained in:
parent
3b6cc47ab9
commit
a6debffd7f
@ -8,28 +8,19 @@
|
|||||||
#ifndef __XML_EXPORTS_H__
|
#ifndef __XML_EXPORTS_H__
|
||||||
#define __XML_EXPORTS_H__
|
#define __XML_EXPORTS_H__
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
|
||||||
/** DOC_DISABLE */
|
/** DOC_DISABLE */
|
||||||
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#ifdef LIBXML_STATIC
|
#ifdef LIBXML_STATIC
|
||||||
#define XMLPUBLIC
|
#define XMLPUBLIC
|
||||||
#elif defined(IN_LIBXML)
|
#elif defined(IN_LIBXML)
|
||||||
#define XMLPUBLIC __declspec(dllexport)
|
#define XMLPUBLIC __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define XMLPUBLIC __declspec(dllimport)
|
#define XMLPUBLIC __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** DOC_ENABLE */
|
|
||||||
#else /* not Windows */
|
#else /* not Windows */
|
||||||
|
#define XMLPUBLIC
|
||||||
/**
|
|
||||||
* XMLPUBLIC:
|
|
||||||
*
|
|
||||||
* Macro which declares a public symbol
|
|
||||||
*/
|
|
||||||
#define XMLPUBLIC
|
|
||||||
|
|
||||||
#endif /* platform switch */
|
#endif /* platform switch */
|
||||||
|
/** DOC_ENABLE */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XMLPUBFUN:
|
* XMLPUBFUN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user