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__