mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-13 16:32:04 +02:00
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
|
|
// Parameters:
|
|
// Parameters - See Complaint.UnknownParameter
|
|
Procedure NonComplaint(Parameters) Export
|
|
// empty
|
|
EndProcedure
|
|
|
|
// See this description
|
|
//
|
|
// Parameters:
|
|
// Parameters - Here valid web-link See https://1c.ru
|
|
// LinkToMethod - See NonComplaint()
|
|
Procedure Complaint(Parameters, LinkToMethod) Export
|
|
// empty
|
|
EndProcedure
|