Skip to content

Commit 1d46d3b

Browse files
author
Adit Sheth
committed
Fixed bug 41853.
1 parent 170e64a commit 1d46d3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +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, like all other comments, are ignored by the compiler, unless the options described below are enabled to check the validity and
18-
completeness of comments at compile time.
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.
1918

2019
You can generate the XML file at compile time by doing one of the following:
2120

0 commit comments

Comments
 (0)