Documentation comment for method without parameters should not have parameter section and should be removed.
// Parameters:
// Parameters - Method should not have parameter section
Procedure NonComplaint()
// empty
EndProcedure
// Method without parameters should not have such section
Procedure Complaint()
// empty
EndProcedure