Skip to content

Commit

Permalink
Update documentation after commit 0712b97
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2022
1 parent 0712b97 commit 6e45e26
Show file tree
Hide file tree
Showing 17 changed files with 623 additions and 128 deletions.
16 changes: 11 additions & 5 deletions docs/api/MASES.CLIParser.ArgumentMetadata-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ArgumentMetadata&lt;T&gt;
| CLI Parser website ">
<meta name="generator" content="docfx 2.59.0.0">
<meta name="generator" content="docfx 2.59.1.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -97,6 +97,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="MASES.CLIParser.ArgumentMetadataBase.html#MASES_CLIParser_ArgumentMetadataBase_CustomPrefix">ArgumentMetadataBase.CustomPrefix</a>
</div>
<div>
<a class="xref" href="MASES.CLIParser.ArgumentMetadataBase.html#MASES_CLIParser_ArgumentMetadataBase_PrefixInUse">ArgumentMetadataBase.PrefixInUse</a>
</div>
<div>
<a class="xref" href="MASES.CLIParser.ArgumentMetadataBase.html#MASES_CLIParser_ArgumentMetadataBase_Name">ArgumentMetadataBase.Name</a>
</div>
Expand Down Expand Up @@ -205,7 +208,7 @@ <h3 id="constructors">Constructors
<a href="https://github.com/masesgroup/CLIParser/new/master/apiSpec/new?filename=MASES_CLIParser_ArgumentMetadata_1__ctor.md&amp;value=---%0Auid%3A%20MASES.CLIParser.ArgumentMetadata%601.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L359">View Source</a>
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L365">View Source</a>
</span>
<a id="MASES_CLIParser_ArgumentMetadata_1__ctor_" data-uid="MASES.CLIParser.ArgumentMetadata`1.#ctor*"></a>
<h4 id="MASES_CLIParser_ArgumentMetadata_1__ctor" data-uid="MASES.CLIParser.ArgumentMetadata`1.#ctor">ArgumentMetadata()</h4>
Expand All @@ -220,7 +223,7 @@ <h5 class="decalaration">Declaration</h5>
<a href="https://github.com/masesgroup/CLIParser/new/master/apiSpec/new?filename=MASES_CLIParser_ArgumentMetadata_1__ctor_MASES_CLIParser_Parser_.md&amp;value=---%0Auid%3A%20MASES.CLIParser.ArgumentMetadata%601.%23ctor(MASES.CLIParser.Parser)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L364">View Source</a>
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L370">View Source</a>
</span>
<a id="MASES_CLIParser_ArgumentMetadata_1__ctor_" data-uid="MASES.CLIParser.ArgumentMetadata`1.#ctor*"></a>
<h4 id="MASES_CLIParser_ArgumentMetadata_1__ctor_MASES_CLIParser_Parser_" data-uid="MASES.CLIParser.ArgumentMetadata`1.#ctor(MASES.CLIParser.Parser)">ArgumentMetadata(Parser)</h4>
Expand Down Expand Up @@ -254,7 +257,7 @@ <h3 id="properties">Properties
<a href="https://github.com/masesgroup/CLIParser/new/master/apiSpec/new?filename=MASES_CLIParser_ArgumentMetadata_1_DefaultMultiValue.md&amp;value=---%0Auid%3A%20MASES.CLIParser.ArgumentMetadata%601.DefaultMultiValue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L357">View Source</a>
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L363">View Source</a>
</span>
<a id="MASES_CLIParser_ArgumentMetadata_1_DefaultMultiValue_" data-uid="MASES.CLIParser.ArgumentMetadata`1.DefaultMultiValue*"></a>
<h4 id="MASES_CLIParser_ArgumentMetadata_1_DefaultMultiValue" data-uid="MASES.CLIParser.ArgumentMetadata`1.DefaultMultiValue">DefaultMultiValue</h4>
Expand Down Expand Up @@ -285,6 +288,9 @@ <h3 id="implements">Implements</h3>
<a class="xref" href="MASES.CLIParser.IArgumentMetadata.html">IArgumentMetadata</a>
</div>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="MASES.CLIParser.ParserExtension.html#MASES_CLIParser_ParserExtension_ToString_MASES_CLIParser_IArgumentMetadata_System_Object___">ParserExtension.ToString(IArgumentMetadata, Object[])</a>
</div>
<div>
<a class="xref" href="MASES.CLIParser.ParserExtension.html#MASES_CLIParser_ParserExtension_Add_MASES_CLIParser_IArgumentMetadata_">ParserExtension.Add(IArgumentMetadata)</a>
</div>
Expand All @@ -299,7 +305,7 @@ <h3 id="extensionmethods">Extension Methods</h3>
<a href="https://github.com/masesgroup/CLIParser/new/master/apiSpec/new?filename=MASES_CLIParser_ArgumentMetadata_1.md&amp;value=---%0Auid%3A%20MASES.CLIParser.ArgumentMetadata%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L352" class="contribution-link">View Source</a>
<a href="https://github.com/masesgroup/CLIParser/blob/master/src/CLIParser/ArgumentMetadata.cs/#L358" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 6e45e26

Please sign in to comment.