mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Fix libexslt header summaries
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
<api name='libexslt'>
|
<api name='libexslt'>
|
||||||
<files>
|
<files>
|
||||||
<file name='exslt'>
|
<file name='exslt'>
|
||||||
|
<summary>main header file </summary>
|
||||||
<exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
|
<exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
|
||||||
<exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
|
<exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
|
||||||
<exports symbol='SAXON_NAMESPACE' type='macro'/>
|
<exports symbol='SAXON_NAMESPACE' type='macro'/>
|
||||||
@ -31,6 +32,8 @@
|
|||||||
<exports symbol='exsltDateXpathCtxtRegister' type='function'/>
|
<exports symbol='exsltDateXpathCtxtRegister' type='function'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='exsltexports'>
|
<file name='exsltexports'>
|
||||||
|
<summary>macros for marking symbols as exportable/importable. </summary>
|
||||||
|
<author>Igor Zlatkovic <igor@zlatkovic.com> </author>
|
||||||
<exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
|
<exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
|
||||||
<exports symbol='_REENTRANT' type='macro'/>
|
<exports symbol='_REENTRANT' type='macro'/>
|
||||||
<exports symbol='EXSLTCALL' type='macro'/>
|
<exports symbol='EXSLTCALL' type='macro'/>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* Summary: main header file
|
||||||
|
*
|
||||||
|
* Copy: See Copyright for the status of this software.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __EXSLT_H__
|
#ifndef __EXSLT_H__
|
||||||
#define __EXSLT_H__
|
#define __EXSLT_H__
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* exsltexports.h : macros for marking symbols as exportable/importable.
|
* Summary: macros for marking symbols as exportable/importable.
|
||||||
*
|
*
|
||||||
* See Copyright for the status of this software.
|
* Copy: See Copyright for the status of this software.
|
||||||
*
|
*
|
||||||
* igor@zlatkovic.com
|
* Author: Igor Zlatkovic <igor@zlatkovic.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __EXSLT_EXPORTS_H__
|
#ifndef __EXSLT_EXPORTS_H__
|
||||||
|
Reference in New Issue
Block a user