You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gemini/styleguide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This style guide outlines the coding conventions for C# code developed at Compan
34
34
35
35
## XML Documentation Comments
36
36
* Use ```/// <summary>...</summary>``` for all public/internal/protected types and members (classes, interfaces, methods, properties, fields, enums, delegates).
37
-
* First line of <summary>: Concise summary of the element's purpose, ending with a period.
37
+
* First line of ```<summary>:``` Concise summary of the element's purpose, ending with a period.
38
38
* For complex methods/members: Include detailed descriptions in the <summary> or use <remarks>. Document parameters (<paramname="name">), return values (<returns>), exceptions (<exceptioncref="Type">), and type parameters (<typeparamname="name">).
0 commit comments