We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6714e9 commit 41fbf3aCopy full SHA for 41fbf3a
docs/page/langs/csharp.md
@@ -6,11 +6,11 @@ You can customize variable `docstr-csharp-style` for the following value.
6
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
-.
+. The style and prefix will be auto-detect inside the code.
10
11
## Triggerations
12
13
-Generally, you will need something around to parse to make document string work
+Generally, you will need something around to parse to make document string work
14
correctly.
15
16
* `/*[*]*/` - hit return between `/*` and `*/` (Javadoc)
0 commit comments