Package | Description |
---|---|
org.incava.doctorj |
Modifier and Type | Class and Description |
---|---|
class |
Options
Options for Javadoc processing, supporting:
doctorj (just errors)
doctorj --public (warning level of 0; public methods)
doctorj --protected (warning level of 1)
doctorj --package (warning level of 2)
doctorj --private (warning level of 3)
doctorj --pedantic (warning level at max)
|