mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-10 04:13:38 +02:00
17 lines
312 B
Plaintext
17 lines
312 B
Plaintext
|
|
// Description
|
|
//
|
|
// Parameters
|
|
// Parameter1 - this parameter is part of description
|
|
Procedure NonComplaint(Parameter1) Export
|
|
// empty
|
|
EndProcedure
|
|
|
|
// Description
|
|
//
|
|
// Parameters:
|
|
// Parameter1 - this parameter is the section of parameters
|
|
Procedure Complaint(Parameters) Export
|
|
// empty
|
|
EndProcedure
|