Skip to content

Commit 1d80810

Browse files
shethaaditpsfinaki
andauthored
Update docs/fsharp/language-reference/xml-documentation.md
Resolving comments. Co-authored-by: Petr <[email protected]>
1 parent 1d46d3b commit 1d80810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/xml-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The compiler-generated XML file can be distributed alongside your .NET assembly
1414
show quick information about types or members. Additionally, the XML file can be run through tools
1515
like [fsdocs](http://fsprojects.github.io/FSharp.Formatting/) to generate API reference websites.
1616

17-
XML documentation comments are not ignored by the compiler; they are processed to generate XML documentation files if the appropriate settings are enabled. Additionally, the compiler can check the validity and completeness of these comments at compile time when specific options are configured.
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.
1818

1919
You can generate the XML file at compile time by doing one of the following:
2020

0 commit comments

Comments
 (0)