Skip to content

Commit

Permalink
Fix emptytags in glossary subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
dariavladykina committed Oct 23, 2023
1 parent eb8eb47 commit 171c3e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xml/docu_styleguide.structure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1418,18 +1418,19 @@ will be displayed in &lt;emphasis role="bold"&gt;bold&lt;/emphasis&gt;</screen>
<para>Where applicable, group your terms with the <tag class="emptytag">glossdiv</tag>
tag for higher ordering.</para>
<para>To support automatic alphabetical ordering in localized versions, use
<tag>glosslist</tag> so that glossary items are sorted in alphabetical order by default.</para>
<tag class="emptytag">glosslist</tag> so that glossary items are sorted in alphabetical order by default.</para>
<para>
Use cross-references in the following cases:
</para>
<itemizedlist>
<listitem>
<para>To direct the reader to another glossary entry, use the <tag>glosssee</tag> tag. This is helpful, for example, when linking acronyms with their written out forms.
<para>To direct the reader to another glossary entry, use the <tag class="emptytag">glosssee</tag>
tag. This is helpful, for example, when linking acronyms with their written out forms.
</para>
</listitem>
<listitem>
<para>To provide the reader with additional information about related glossary entries,
use <tag>glossseealso</tag>.
use <tag class="emptytag">glossseealso</tag>.
</para>
</listitem>
</itemizedlist>
Expand Down

0 comments on commit 171c3e3

Please sign in to comment.