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 45b3729 commit 5a92d56Copy full SHA for 5a92d56
CSharpToJavaScript/CSTOJSOptions.cs
@@ -40,7 +40,7 @@ public record class CSTOJSOptions
40
/// Output path for javascript file/files.
41
/// </summary>
42
/// <value>
43
- /// Default: <see cref="Directory.GetCurrentDirectory()" />
+ /// Default: <see cref="Directory.GetCurrentDirectory" />
44
/// </value>
45
public string OutPutPath { get; set; } = Directory.GetCurrentDirectory();
46
@@ -75,7 +75,7 @@ public record class CSTOJSOptions
75
public bool NormalizeWhitespace { get; set; } = false;
76
77
/// <summary>
78
- /// Replace '<c>==</c>' with '<c>===</c>'.
+ /// Replace '<c>==</c>' with '<c>===</c>' and '<c>!=</c>' with '<c>!==</c>'.
79
80
81
/// Default: <c>false</c>
0 commit comments