2021-09-20 15:38:42 +02:00
|
|
|
=== Parameters
|
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
.asdoc_classes
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
----
|
|
|
|
true
|
|
|
|
----
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
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
|
|
|
|
****
|