diff --git a/doc/EXSLT/devhelp/libexslt-exsltexports.html b/doc/EXSLT/devhelp/libexslt-exsltexports.html index b04b4c02..240da955 100644 --- a/doc/EXSLT/devhelp/libexslt-exsltexports.html +++ b/doc/EXSLT/devhelp/libexslt-exsltexports.html @@ -35,11 +35,11 @@
exsltexports - macros for marking symbols as exportable/importable.
-Author(s): Igor Zlatkovic <igor@zlatkovic.com>
+Author(s):
#define LIBEXSLT_PUBLIC; -#define _REENTRANT; +#define EXSLTPUBLIC; #define EXSLTCALL; #define EXSLTPUBFUN; #define EXSLTPUBVAR; @@ -52,23 +52,23 @@Details
diff --git a/doc/EXSLT/devhelp/libexslt.devhelp2 b/doc/EXSLT/devhelp/libexslt.devhelp2 index 12020f8f..37e2debc 100644 --- a/doc/EXSLT/devhelp/libexslt.devhelp2 +++ b/doc/EXSLT/devhelp/libexslt.devhelp2 @@ -9,6 +9,7 @@Macro EXSLTCALL
#define EXSLTCALL; -+Macro which declares the calling convention for exported functions
+
+
-Macro LIBEXSLT_PUBLIC
#define LIBEXSLT_PUBLIC;-
-Macro _REENTRANT
#define _REENTRANT; -
+ @@ -20,7 +21,6 @@ - diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index 1937bb2a..8c5760ab 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -33,9 +33,8 @@ macros for marking symbols as exportable/importable. -Igor Zlatkovic <igor@zlatkovic.com> - + @@ -43,10 +42,16 @@ + Macro which declares the calling convention for exported functions + +Macro which declares an exportable function ++ Macro which declares a public symbol + Macro which declares an exportable variable Namespace for EXSLT common functions @@ -77,8 +82,6 @@- Namespace for SAXON extensions functions - diff --git a/doc/EXSLT/libexslt-refs.xml b/doc/EXSLT/libexslt-refs.xml index bddfb060..32f8d55b 100644 --- a/doc/EXSLT/libexslt-refs.xml +++ b/doc/EXSLT/libexslt-refs.xml @@ -3,6 +3,7 @@ + @@ -14,7 +15,6 @@ - @@ -38,6 +38,7 @@ + @@ -54,9 +55,6 @@ - - - @@ -127,9 +125,9 @@ + - @@ -182,6 +180,12 @@ + + + + + + @@ -255,9 +259,15 @@ + + + + + + @@ -266,11 +276,24 @@ + + + + + + + + + + ++ + @@ -282,6 +305,7 @@ + + @@ -296,7 +320,11 @@ ++ + + @@ -336,6 +364,11 @@ + + + +@@ -343,6 +376,9 @@ + + + + @@ -352,9 +388,22 @@ + ++ + ++ + + + + + +- diff --git a/doc/devhelp/libxslt-xsltexports.html b/doc/devhelp/libxslt-xsltexports.html index e9479ea1..dc9413df 100644 --- a/doc/devhelp/libxslt-xsltexports.html +++ b/doc/devhelp/libxslt-xsltexports.html @@ -40,13 +40,13 @@+ xsltexports - macros for marking symbols as exportable/importable.
macros for marking symbols as exportable/importable.
-Author(s): Igor Zlatkovic <igor@zlatkovic.com>
+Author(s):
@@ -61,19 +61,19 @@Synopsis
#define LIBXSLT_PUBLIC; #define XSLTPUBFUN; #define XSLTPUBVAR; -#define _REENTRANT; +#define XSLTPUBLIC; #define XSLTCALL;
#define XSLTCALL; -+
Macro which declares the calling convention for exported functions
#define XSLTPUBVAR; --