Skip to content

Commit 20159be

Browse files
authored
Resolved build error.
1 parent 1d80810 commit 20159be

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-
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.
1818

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

0 commit comments

Comments
 (0)