diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/menuchoice.menu.separator.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/menuchoice.menu.separator.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/menuchoice.menu.separator.xml b/kdoctools/docbook/xsl/params/menuchoice.menu.separator.xml new file mode 100644 index 000000000..2ed337ce1 --- /dev/null +++ b/kdoctools/docbook/xsl/params/menuchoice.menu.separator.xml @@ -0,0 +1,27 @@ +<refentry id="menuchoice.menu.separator"> +<refmeta> +<refentrytitle>menuchoice.menu.separator</refentrytitle> +<refmiscinfo role="type"></refmiscinfo> +</refmeta> +<refnamediv> +<refname>menuchoice.menu.separator</refname> +<refpurpose>Separator between items of a <sgmltag>menuchoice</sgmltag> +with <sgmltag>guimenuitem</sgmltag> or +<sgmltag>guisubmenu</sgmltag></refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='menuchoice.menu.separator.frag'> +<xsl:param name="menuchoice.menu.separator" select="'->'"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>Separator used to connect items of a <sgmltag>menuchoice</sgmltag> with +<sgmltag>guimenuitem</sgmltag> or <sgmltag>guisubmenu</sgmltag>. Other elements +are linked with <parameter>menuchoice.separator</parameter>. +</para> + +</refsect1> +</refentry> |