From 4ef855f0aa5ccfad839cfd723a3bb9c7bf4d4d70 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 13 Feb 2022 00:20:03 +0100 Subject: [PATCH] Fix libexslt header summaries --- doc/EXSLT/libexslt-api.xml | 3 +++ libexslt/exslt.h | 6 ++++++ libexslt/exsltexports.h | 6 +++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index bf35d34b..1937bb2a 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -2,6 +2,7 @@ + main header file @@ -31,6 +32,8 @@ + macros for marking symbols as exportable/importable. + Igor Zlatkovic <igor@zlatkovic.com> diff --git a/libexslt/exslt.h b/libexslt/exslt.h index 21473080..dfbd09be 100644 --- 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 index eee82220..381567e0 100644 --- 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 */ #ifndef __EXSLT_EXPORTS_H__