Skip to content

Commit 2ef37a6

Browse files
committed
Test vs git with CSTOJSOptions comment
1 parent 72362e5 commit 2ef37a6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CSharpToJavaScript/CSTOJSOptions.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ public class CSTOJSOptions
1010
public bool Debug { get; set; } = false;
1111

1212

13-
13+
/// <summary>
14+
/// Output path for javascript file.
15+
/// Default: Directory.GetCurrentDirectory()
16+
/// </summary>
1417
public string OutPutPath { get; set; } = Directory.GetCurrentDirectory();
1518
public string OutPutFileName { get; set; } = "main.js";
1619

0 commit comments

Comments
 (0)