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: docs/fsharp/language-reference/xml-documentation.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
@@ -14,7 +14,7 @@ The compiler-generated XML file can be distributed alongside your .NET assembly
14
14
show quick information about types or members. Additionally, the XML file can be run through tools
15
15
like [fsdocs](http://fsprojects.github.io/FSharp.Formatting/) to generate API reference websites.
16
16
17
-
By default, XML documentation comments are ignored by the compiler. To change this, set `--warnon:3390`. The compiler will then verify the syntax of the XML and the parameters referred to in <param> and <paramref> tags.
17
+
By default, XML documentation comments are ignored by the compiler. To change this, set `--warnon:3390`. The compiler will then verify the syntax of the XML and the parameters referred to in `<param>` and `<paramref>` tags.
18
18
19
19
You can generate the XML file at compile time by doing one of the following:
0 commit comments