File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments