Skip to content

Commit d22c0d3

Browse files
committed
Update doc
1 parent 6d7f41c commit d22c0d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/page/langs/csharp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ You can customize variable `docstr-csharp-style` for the following value.
44

55
* `nil` - Respect to user's customization
66

7+
C# currently uses mix of [Javadoc](https://en.wikipedia.org/wiki/Javadoc) and
8+
[XML documentation](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/)
9+
.
10+
11+
## Triggerations
12+
13+
Generally, you will need something around to parse to make document string work
14+
correctly.
15+
16+
* `/*[*]*/` - hit return between `/*` and `*/` (Javadoc)
17+
* `///` - the third slashes (XML documentation)
18+
719
## References
820

9-
* N/A
21+
* [Documentation comments - C# langauge specification](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments)

0 commit comments

Comments
 (0)