OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="menuchoice.separator"> | |
7 <refmeta> | |
8 <refentrytitle>menuchoice.separator</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>menuchoice.separator</refname> | |
13 <refpurpose>Separator between items of a <tag>menuchoice</tag> | |
14 other than <tag>guimenuitem</tag> and | |
15 <tag>guisubmenu</tag></refpurpose> | |
16 </refnamediv> | |
17 | |
18 <refsynopsisdiv> | |
19 <src:fragment xml:id="menuchoice.separator.frag"> | |
20 <xsl:param name="menuchoice.separator">+</xsl:param> | |
21 </src:fragment> | |
22 </refsynopsisdiv> | |
23 | |
24 <refsection><info><title>Description</title></info> | |
25 | |
26 <para>Separator used to connect items of a <tag>menuchoice</tag> other | |
27 than <tag>guimenuitem</tag> and <tag>guisubmenu</tag>. The latter | |
28 elements are linked with <parameter>menuchoice.menu.separator</parameter>. | |
29 </para> | |
30 | |
31 </refsection> | |
32 </refentry> | |
OLD | NEW |