aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/javadocTags/InputSpaceBeforeDescriptionInBlockJavadocTags.javadoc
blob: a065595da0dc6524ee39c7cc83adc47821e150f9 (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
43
44
* @author  
      author-name <br attr="value"/>

* @deprecated
      deprecated-text

* @exception      CustomEx  
      {@link CustomEx} <b>Internal</b>

* @param         ParamName
      Param-description

* @return
      return-description

* @serial
      DESCRIPTION

* @serial
include    

* @serialData
      DESCRIPTION
      on multiple lines

* @serialField     fieldname     fieldtype

     description

* @since
            8.2

* @throws      Exception     Exception-description
         spanning multiple lines

* @version
             8.2 - 8.3 - 8.4...

* @customTag
     
     DESCRIPTION

* @see package.Class#member(Object, Object)             
*         Description