Skip to content

Commit e69baed

Browse files
authored
Update styleguide.md
1 parent 07d6f42 commit e69baed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gemini/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This style guide outlines the coding conventions for C# code developed at Compan
3434

3535
## XML Documentation Comments
3636
* 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.
3838
* For complex methods/members: Include detailed descriptions in the <summary> or use <remarks>. Document parameters (<param name="name">), return values (<returns>), exceptions (<exception cref="Type">), and type parameters (<typeparam name="name">).
3939

4040
## Generics

0 commit comments

Comments
 (0)