# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1644708003 -3600 # Sun Feb 13 00:20:03 2022 +0100 # Node ID 318a2c73d1af27cf7fceba8511357a227c797a93 # Parent 897423c52f7c0e515d852a78762813b32ee068ed Fix libexslt header summaries diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -2,6 +2,7 @@ <api name='libexslt'> <files> <file name='exslt'> + <summary>main header file </summary> <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/> <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/> <exports symbol='SAXON_NAMESPACE' type='macro'/> @@ -31,6 +32,8 @@ <exports symbol='exsltDateXpathCtxtRegister' type='function'/> </file> <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='_REENTRANT' type='macro'/> <exports symbol='EXSLTCALL' type='macro'/> diff --git a/libexslt/exslt.h b/libexslt/exslt.h --- a/libexslt/exslt.h +++ b/libexslt/exslt.h @@ -1,3 +1,9 @@ +/* + * Summary: main header file + * + * Copy: See Copyright for the status of this software. + */ + #ifndef __EXSLT_H__ #define __EXSLT_H__ diff --git a/libexslt/exsltexports.h b/libexslt/exsltexports.h --- a/libexslt/exsltexports.h +++ b/libexslt/exsltexports.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__