-
Notifications
You must be signed in to change notification settings - Fork 72
Chore/48 finish xml doc comments #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
dbcdf38
33f59a4
5ca0766
9427521
343e403
d5e08bb
822ad87
1c8fa2a
666770b
49b04e8
670de6c
c2b0cbb
17d35f1
b2de2f2
4bbe901
510d864
3025b07
3d3f72f
0089199
02875ae
df041a2
e59d1df
3dccf81
91427a2
1c0dff0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,9 @@ | |||||
|
|
||||||
| namespace F23.StringSimilarity.Interfaces | ||||||
| { | ||||||
| /// <summary> | ||||||
| /// Interface for span similarity algorithms | ||||||
|
||||||
| /// Interface for span similarity algorithms | |
| /// Interface for span similarity algorithms. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,9 @@ | |||||
|
|
||||||
| namespace F23.StringSimilarity.Interfaces | ||||||
| { | ||||||
| /// <summary> | ||||||
| /// Interface for string distance algorithms | ||||||
|
||||||
| /// Interface for string distance algorithms | |
| /// Interface for string distance algorithms. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,9 @@ | |||||
|
|
||||||
| namespace F23.StringSimilarity.Interfaces | ||||||
| { | ||||||
| /// <summary> | ||||||
| /// Interface for string similarity algorithms | ||||||
|
||||||
| /// Interface for string similarity algorithms | |
| /// Interface for string similarity algorithms. |
Uh oh!
There was an error while loading. Please reload this page.