aboutsummaryrefslogtreecommitdiff
path: root/devel/doctorj/pkg-descr
blob: 890e9275bdfce92f5a732d2ad74a0bf5c9f3cdac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Beyond the level of what Javadoc does, DoctorJ compares documentation against
code. Among what it detects:
    * misspelled words
    * parameter and exception names:
          o missing
          o misordered
          o misspelled
    * Javadoc tags:
          o invalid
          o misordered
          o missing expected arguments
          o invalid arguments
          o missing descriptions
    * undocumented classes, methods, fields, parameters