aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementSource.javadoc
blob: 607b8d61d8898d0e429453b87428b3629b41769b (plain)
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
* <p> <source> </p>
* <li> <source> </li>
* <tr> <source> </tr>
* <td> <source> </td>
* <th> <source> </th>
* <body> <source> </body>
* <colgroup> <source> </colgroup>
* <dd> <source> </dd>
* <dt> <source> </dt>
* <head> <source> </head>
* <html> <source> </html>
* <option> <source> </option>
* <tbody> <source> </tbody>
* <thead> <source> </thead>
* <tfoot> <source> </tfoot>

* <p> <source/> </p>
* <li> <source/> </li>
* <tr> <source/> </tr>
* <td> <source/> </td>
* <th> <source/> </th>
* <body> <source/> </body>
* <colgroup> <source/> </colgroup>
* <dd> <source/> </dd>
* <dt> <source/> </dt>
* <head> <source/> </head>
* <html> <source/> </html>
* <option> <source/> </option>
* <tbody> <source/> </tbody>
* <thead> <source/> </thead>
* <tfoot> <source/> </tfoot>

* <source>
* <source/>
* <source attr="something">
* <source attr="something"/>
* <source attr="something" attr2="someotherthing">
* <source attr="something" attr2="someotherthing"/>
* <source attr="something" 
* attr2="someotherting">
* <source attr="something" 
* attr2="someotherting"/>