-
Notifications
You must be signed in to change notification settings - Fork 245
Add inline code documentation #466
Copy link
Copy link
Closed
Labels
Feature DriverPriority: P0Added to issues and PRs relating to a critical severity bugs.Added to issues and PRs relating to a critical severity bugs.Type: DocumentationAdded to issues or PRs that relate to the project wiki, or documentation.Added to issues or PRs that relate to the project wiki, or documentation.Version: 2.5All the issues related to 2.5All the issues related to 2.5
Milestone
Metadata
Metadata
Assignees
Labels
Feature DriverPriority: P0Added to issues and PRs relating to a critical severity bugs.Added to issues and PRs relating to a critical severity bugs.Type: DocumentationAdded to issues or PRs that relate to the project wiki, or documentation.Added to issues or PRs that relate to the project wiki, or documentation.Version: 2.5All the issues related to 2.5All the issues related to 2.5
Type
Fields
Give feedbackNo fields configured for issues without a type.
Add documentation for the SDK API methods and types.
Rules for writing the docsstring:
global.ruleset will enforce the stylecop rule SA1600 trough most of the code. For some service implementations, like LootboxService that only implements ILootboxService, we should just add #pragma warning disable SA1600 to the top of the .cs file. If you want to restore the rules you should do the #pragma warning restore SA1600
Things that must have docsstring:
private things are not needed to have comments. Add them if they're essential to some of the public identifiers listed above.