diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/callout.graphics.path.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/callout.graphics.path.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/callout.graphics.path.xml b/kdoctools/docbook/xsl/params/callout.graphics.path.xml new file mode 100644 index 000000000..33f5a15bf --- /dev/null +++ b/kdoctools/docbook/xsl/params/callout.graphics.path.xml @@ -0,0 +1,24 @@ +<refentry id="callout.graphics.path"> +<refmeta> +<refentrytitle>callout.graphics.path</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>callout.graphics.path</refname> +<refpurpose>Path to callout graphics</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='callout.graphics.path.frag'> +<xsl:param name="callout.graphics.path" select="'images/callouts/'"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>Sets the path, probably relative to the directory where the HTML +files are created, to the callout graphics. +</para> + +</refsect1> +</refentry> |