Commit 1b32396 authored Apr 29, 2019 Verified
1 parent 947712a commit 1b32396 Copy full SHA for 1b32396
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,9 +240,9 @@ Example:
240
240
```
241
241
28 . Always apply C# comment-blocks (///) to public, protected, and internal declarations.
242
242
29 . Only use C# comment-blocks for documenting the API.
243
- 30 . Always include <summary > comments. Include <param >, <return >, and <exception > comment
243
+ 30 . Always include <summary > comments. Include ` <param> ` , ` <return> ` , and ` <exception> ` comment
244
244
sections where applicable.
245
- 31 . Include <see cref =””/ > and <seeAlso cref =””/ > where possible.
245
+ 31 . Include ` <see cref=""/> ` and ` <seeAlso cref=""/> ` where possible.
246
246
32 . Always add CDATA tags to comments containing code and other embedded markup in order to avoid
247
247
encoding issues.
248
248
Example:
@@ -252,7 +252,7 @@ Example:
252
252
/// <code><![CDATA[
253
253
/// <configuration>
254
254
/// <appSettings>
255
- /// <add key=” mySetting” value=” myValue” />
255
+ /// <add key=" mySetting" value=" myValue" />
256
256
/// </appSettings>
257
257
/// </configuration>
258
258
/// ]]></code> >
You can’t perform that action at this time.
0 commit comments