Skip to content

Commit 80178a8

Browse files
authored
Added documentation links to github
1 parent bac9805 commit 80178a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frends.Csv/Csv.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Frends.Csv
1515
public class Csv
1616
{
1717
/// <summary>
18-
/// Parse string csv content to a object.
18+
/// Parse string csv content to a object. See https://github.com/FrendsPlatform/Frends.Csv
1919
/// </summary>
2020
/// <returns>Object { List&lt;List&lt;object&gt;&gt; Data, List&lt;string&gt; Headers, JToken ToJson(), string ToXml() } </returns>
2121
public static ParseResult Parse([CustomDisplay(DisplayOption.Tab)] ParseInput input, [CustomDisplay(DisplayOption.Tab)] ParseOption option)
@@ -110,7 +110,7 @@ public static ParseResult Parse([CustomDisplay(DisplayOption.Tab)] ParseInput in
110110
}
111111

112112
/// <summary>
113-
/// Create a csv string from object or from a json string.
113+
/// Create a csv string from object or from a json string. See https://github.com/FrendsPlatform/Frends.Csv
114114
/// </summary>
115115
/// <returns>Object { string Csv } </returns>
116116
public static CreateResult Create([CustomDisplay(DisplayOption.Tab)] CreateInput input, [CustomDisplay(DisplayOption.Tab)] CreateOption option)

0 commit comments

Comments
 (0)