- Notifications
You must be signed in to change notification settings - Fork1.6k
Summary: Namespace
Genevieve Warren edited this pageOct 20, 2020 ·4 revisions
Namespaces can't be documented in source code /// comments. Instead, add namespace summaries to the ns-<namespace>.xml files in the repo that contains your ECMAXML files. For the dotnet/dotnet-api-docs repo, these files are located in theroot XML directory.
The following table provides wording guidelines and boilerplate text for Summary sections in namespace pages.
Item | Wording | Examples |
---|---|---|
Namespace | <Begin with a present-tense, third-person verb, such asContains orProvides.> | System.Diagnosticssummary: Provides classes that allow you to interact with system processes, event logs, and performance counters. System.Formats.Cborsummary: Contains types used in reading and writing data in the Concise Binary Object Representation (CBOR) format. |