mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Rebuild documentation
This commit is contained in:
@ -40,13 +40,13 @@
|
||||
</h2>
|
||||
<p>xsltexports - macros for marking symbols as exportable/importable.</p>
|
||||
<p>macros for marking symbols as exportable/importable. </p>
|
||||
<p>Author(s): Igor Zlatkovic <igor@zlatkovic.com> </p>
|
||||
<p>Author(s): </p>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">#define <a href="#LIBXSLT_PUBLIC">LIBXSLT_PUBLIC</a>;
|
||||
#define <a href="#XSLTPUBFUN">XSLTPUBFUN</a>;
|
||||
#define <a href="#XSLTPUBVAR">XSLTPUBVAR</a>;
|
||||
#define <a href="#_REENTRANT">_REENTRANT</a>;
|
||||
#define <a href="#XSLTPUBLIC">XSLTPUBLIC</a>;
|
||||
#define <a href="#XSLTCALL">XSLTCALL</a>;
|
||||
</pre>
|
||||
</div>
|
||||
@ -61,19 +61,19 @@
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="XSLTCALL">Macro </a>XSLTCALL</h3><pre class="programlisting">#define <a href="#XSLTCALL">XSLTCALL</a>;
|
||||
</pre><p/>
|
||||
</pre><p>Macro which declares the calling convention for exported functions</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="XSLTPUBFUN">Macro </a>XSLTPUBFUN</h3><pre class="programlisting">#define <a href="#XSLTPUBFUN">XSLTPUBFUN</a>;
|
||||
</pre><p/>
|
||||
</pre><p>Macro which declares an exportable function</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="XSLTPUBLIC">Macro </a>XSLTPUBLIC</h3><pre class="programlisting">#define <a href="#XSLTPUBLIC">XSLTPUBLIC</a>;
|
||||
</pre><p>Macro which declares a public symbol</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="XSLTPUBVAR">Macro </a>XSLTPUBVAR</h3><pre class="programlisting">#define <a href="#XSLTPUBVAR">XSLTPUBVAR</a>;
|
||||
</pre><p/>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="_REENTRANT">Macro </a>_REENTRANT</h3><pre class="programlisting">#define <a href="#_REENTRANT">_REENTRANT</a>;
|
||||
</pre><p/>
|
||||
</pre><p>Macro which declares an exportable variable</p>
|
||||
</div>
|
||||
<hr/>
|
||||
</div>
|
||||
|
@ -39,6 +39,7 @@
|
||||
<keyword type="macro" name="XML_CAST_FPTR" link="libxslt-xsltInternals.html#XML_CAST_FPTR"/>
|
||||
<keyword type="macro" name="XSLTCALL" link="libxslt-xsltexports.html#XSLTCALL"/>
|
||||
<keyword type="macro" name="XSLTPUBFUN" link="libxslt-xsltexports.html#XSLTPUBFUN"/>
|
||||
<keyword type="macro" name="XSLTPUBLIC" link="libxslt-xsltexports.html#XSLTPUBLIC"/>
|
||||
<keyword type="macro" name="XSLTPUBVAR" link="libxslt-xsltexports.html#XSLTPUBVAR"/>
|
||||
<keyword type="macro" name="XSLT_CCTXT" link="libxslt-xsltInternals.html#XSLT_CCTXT"/>
|
||||
<keyword type="macro" name="XSLT_DEFAULT_URL" link="libxslt-xslt.html#XSLT_DEFAULT_URL"/>
|
||||
@ -81,7 +82,6 @@
|
||||
<keyword type="macro" name="XSLT_TRACE" link="libxslt-xsltutils.html#XSLT_TRACE"/>
|
||||
<keyword type="macro" name="XSLT_XALAN_NAMESPACE" link="libxslt-extra.html#XSLT_XALAN_NAMESPACE"/>
|
||||
<keyword type="macro" name="XSLT_XT_NAMESPACE" link="libxslt-extra.html#XSLT_XT_NAMESPACE"/>
|
||||
<keyword type="macro" name="_REENTRANT" link="libxslt-xsltexports.html#_REENTRANT"/>
|
||||
<keyword type="enum" name="XSLT_DEBUG_CONT" link="libxslt-xsltutils.html#XSLT_DEBUG_CONT"/>
|
||||
<keyword type="enum" name="XSLT_DEBUG_INIT" link="libxslt-xsltutils.html#XSLT_DEBUG_INIT"/>
|
||||
<keyword type="enum" name="XSLT_DEBUG_NEXT" link="libxslt-xsltutils.html#XSLT_DEBUG_NEXT"/>
|
||||
|
Reference in New Issue
Block a user