diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/html.longdesc.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/html.longdesc.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/html.longdesc.xml b/kdoctools/docbook/xsl/params/html.longdesc.xml new file mode 100644 index 000000000..1098b69e4 --- /dev/null +++ b/kdoctools/docbook/xsl/params/html.longdesc.xml @@ -0,0 +1,27 @@ +<refentry id="html.longdesc"> +<refmeta> +<refentrytitle>html.longdesc</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>html.longdesc</refname> +<refpurpose>Should longdesc URIs be created?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='html.longdesc.frag'> +<xsl:param name="html.longdesc" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If non-zero, HTML files will be created for the +<sgmltag class="attribute">longdesc</sgmltag> attribute. These files +are created from the <sgmltag>textobject</sgmltag>s in +<sgmltag>mediaobject</sgmltag>s and +<sgmltag>inlinemediaobject</sgmltag>. +</para> + +</refsect1> +</refentry> |