Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
318a2c73d1af
Commit
318a2c73d1af
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Fix libexslt header summaries
parent
897423c52f7c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/EXSLT/libexslt-api.xml
+3
-0
3 additions, 0 deletions
doc/EXSLT/libexslt-api.xml
libexslt/exslt.h
+6
-0
6 additions, 0 deletions
libexslt/exslt.h
libexslt/exsltexports.h
+3
-3
3 additions, 3 deletions
libexslt/exsltexports.h
with
12 additions
and
3 deletions
doc/EXSLT/libexslt-api.xml
+
3
−
0
View file @
318a2c73
...
@@ -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
<
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'
/>
...
...
This diff is collapsed.
Click to expand it.
libexslt/exslt.h
+
6
−
0
View file @
318a2c73
/*
* 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__
...
...
This diff is collapsed.
Click to expand it.
libexslt/exsltexports.h
+
3
−
3
View file @
318a2c73
/*
/*
*
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__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment