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