File: warning_lists.xml

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (59 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<unit name="warning_lists.pas">
  <description><abstract>Test various pasdoc warnings related to lists.</abstract><detailed> These should cause warnings: 

<orderedlist>
<item>One</item>
</orderedlist>

 

<unorderedlist>
<item>One</item>
</unorderedlist>

 

<orderedlist>
<item>One</item>
</orderedlist>

 

<unorderedlist>
<item>One</item>
</unorderedlist>

 

<orderedlist>
<item>One</item>
</orderedlist>

 

<orderedlist>
<item>One</item>
</orderedlist>

 These should cause warnings, because @item must always be placed directly inside @orderedList or @unorderedList, and @orderedList and @unorderedList can contain only @item tags. 

<orderedlist>
</orderedlist>

 

<unorderedlist>
</unorderedlist>

  <code>  </code> Warnings related to @definitionList and @itemLabel: 

<orderedlist>
</orderedlist>

 Warnings related to @itemSpacing:  

<orderedlist>
</orderedlist>

</detailed></description>
</unit>