Skip to content

Commit

Permalink
Update documentation after commit 53d424c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2021
1 parent 53d424c commit fb1e971
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/MASES.CLIParser.Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
<td><p>A <see cref="!:string with help information"></see></p>
<td><p>A <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a> with help information</p>
</td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/MASES.CLIParser.ParserExtension.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="MASES.CLIParser.IArgumentMetadataParsed.html">IArgumentMetadataParsed</a>&gt;</td>
<td><span class="parametername">args</span></td>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse(string[])"></see></p>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse"></see></p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -265,7 +265,7 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="MASES.CLIParser.IArgumentMetadataParsed.html">IArgumentMetadataParsed</a>&gt;</td>
<td><span class="parametername">args</span></td>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse(string[])"></see></p>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse"></see></p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -635,7 +635,7 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="MASES.CLIParser.IArgumentMetadataParsed.html">IArgumentMetadataParsed</a>&gt;</td>
<td><span class="parametername">args</span></td>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse(string[])"></see></p>
<td><p>Arguments to test using the list prepared using <see cref="!:Parse"></see></p>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"output": {
".html": {
"relative_path": "api/MASES.CLIParser.Parser.html",
"hash": "47ysrwFKCCoDun+ULygSvelElvzo5p9SHI5RjaJGbmA="
"hash": "WFOy5udguMJ0IuvdG7Q7xjfqTkZciTuFvZ0U3p40asU="
}
},
"is_incremental": false,
Expand All @@ -105,7 +105,7 @@
"output": {
".html": {
"relative_path": "api/MASES.CLIParser.ParserExtension.html",
"hash": "gnv4RR/bZ8QOGNtIxXd/MSEILfUyPH703LyEPtyTcnk="
"hash": "FaDmYMFDtmtJk+Ic2PNx9tI4Rdf7ViMT5qg5Aoq/GPo="
}
},
"is_incremental": false,
Expand Down

0 comments on commit fb1e971

Please sign in to comment.