Skip to content

Commit 17454b3

Browse files
Merge pull request #112 from TheDragonCode/1.x
Update and clarify documentation for numerous topics
2 parents f06ea6f + 869db75 commit 17454b3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/topics/directives.topic

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<show-structure depth="3" />
1414

15+
<secondary-label ref="format-xml" />
16+
1517
<note title="Reserved directives">
1618
<list>
1719
<li><a href="#_attributes" /></li>
@@ -27,8 +29,6 @@
2729
</note>
2830

2931
<chapter title="@attributes" id="_attributes">
30-
<secondary-label ref="format-xml" />
31-
3232
<link-summary>Indicates an array of attributes</link-summary>
3333

3434
<p>
@@ -47,8 +47,6 @@
4747
</chapter>
4848

4949
<chapter title="@value" id="_value">
50-
<secondary-label ref="format-xml" />
51-
5250
<link-summary>Indicates the applicable value "as it is"</link-summary>
5351

5452
<tip>
@@ -69,8 +67,6 @@
6967
</chapter>
7068

7169
<chapter title="@cdata" id="_cdata">
72-
<secondary-label ref="format-xml" />
73-
7470
<link-summary>Allows the use of XML markup without transformation</link-summary>
7571

7672
<tip>
@@ -92,8 +88,6 @@
9288
</chapter>
9389

9490
<chapter title="@mixed" id="_mixed">
95-
<secondary-label ref="format-xml" />
96-
9791
<link-summary>Allows you to use XML markup directly within the structure of the document</link-summary>
9892

9993
<p>
@@ -110,8 +104,6 @@
110104
</chapter>
111105

112106
<chapter title="@custom" id="_custom">
113-
<secondary-label ref="format-xml" />
114-
115107
<link-summary>Describes the possibility of listing an array of elements with the same keys</link-summary>
116108

117109
<p>

0 commit comments

Comments
 (0)