xmlexports.h: Disable docs for internal macro XMLPUBLIC

This commit is contained in:
Nick Wellnhofer 2022-12-08 03:37:24 +01:00
parent 3b6cc47ab9
commit a6debffd7f

View File

@ -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: