Check of module strict types system that documentation comment field has section with types
// Parameters:
// Parameters - Structure:
// * Key1 - has no type for key
Procedure NonComplaint(Parameters) Export
// empty
EndProcedure
// Parameters:
// Parameters - Structure:
// * Key1 - Number - has type for key
// * Key2 - See NonComplaint.Parameters
Procedure Complaint(Parameters) Export
// empty
EndProcedure