Skip to content
Snippets Groups Projects
Commit 318a2c73d1af authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix libexslt header summaries

parent 897423c52f7c
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -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 @@ ...@@ -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 &lt;igor@zlatkovic.com&gt; </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'/>
......
/*
* 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__
......
/* /*
* exsltexports.h : macros for marking symbols as exportable/importable. * Summary: macros for marking symbols as exportable/importable.
* *
...@@ -3,3 +3,3 @@ ...@@ -3,3 +3,3 @@
* *
* See Copyright for the status of this software. * Copy: See Copyright for the status of this software.
* *
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
* *
* igor@zlatkovic.com * Author: Igor Zlatkovic <igor@zlatkovic.com>
*/ */
#ifndef __EXSLT_EXPORTS_H__ #ifndef __EXSLT_EXPORTS_H__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment