1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-10 04:13:38 +02:00
v8-code-style/tests/com.e1c.v8codestyle.bsl.itests/resources/doc-comment-procedure-return-section.bsl

12 lines
204 B
Plaintext

// Returns:
// Structure - procedure should not have return section!
Procedure NonComplaint() Export
// empty
EndProcedure
// Procedure description
Procedure Complaint() Export
// empty
EndProcedure