Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 420 Bytes

File metadata and controls

9 lines (5 loc) · 420 Bytes

Repository instructions

Code comments

This repository allows /// XML documentation for public APIs. This exception overrides the global comment rule only for public API documentation.

Describe the public contract. Include accepted inputs, return values, errors, and non-obvious behavior when they are relevant. Do not describe implementation details.

Apply the global code-comment rule to all other comments.