dscanner.analysis.properly_documented_public_functions

Members

Classes

ProperlyDocumentedPublicFunctions
class ProperlyDocumentedPublicFunctions

Requires each public function to contain the following ddoc sections - PARAMS: - if the function has at least one parameter - every parameter must have a ddoc params entry (applies for template paramters too) - Ddoc params entries without a parameter trigger warnings as well - RETURNS: (except if it's void, only functions)

Meta