48 lines
460 B
Plaintext
48 lines
460 B
Plaintext
=== Parameters
|
|
|
|
.asdoc_classes
|
|
****
|
|
|
|
----
|
|
true
|
|
----
|
|
|
|
Public classes should be documented
|
|
****
|
|
.asdoc_properties
|
|
****
|
|
|
|
----
|
|
true
|
|
----
|
|
|
|
Public properties should be documented
|
|
****
|
|
.asdoc_methods
|
|
****
|
|
|
|
----
|
|
true
|
|
----
|
|
|
|
Public methods should be documented
|
|
****
|
|
.asdoc_method_param
|
|
****
|
|
|
|
----
|
|
true
|
|
----
|
|
|
|
All parameters of public methods should be documented
|
|
****
|
|
.asdoc_method_return
|
|
****
|
|
|
|
----
|
|
true
|
|
----
|
|
|
|
All return type of public methods should be documented
|
|
****
|