docs: regenerate, include docfx config

This commit is contained in:
goat 2020-02-14 20:24:41 +09:00
parent 6e486d0cea
commit c59f53db2f
384 changed files with 248388 additions and 1052 deletions

View file

@ -10,13 +10,13 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CommandInfo
">
<meta name="generator" content="docfx 2.43.1.0">
<meta name="generator" content="docfx 2.48.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
@ -73,7 +73,8 @@
<h1 id="Dalamud_Game_Command_CommandInfo" data-uid="Dalamud.Game.Command.CommandInfo" class="text-break">Class CommandInfo
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class describes a registered command.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@ -112,11 +113,17 @@
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandInfo__ctor_Dalamud_Game_Command_CommandInfo_HandlerDelegate_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandInfo.%23ctor(Dalamud.Game.Command.CommandInfo.HandlerDelegate)%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandInfo.cs/#L32">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandInfo__ctor_" data-uid="Dalamud.Game.Command.CommandInfo.#ctor*"></a>
<h4 id="Dalamud_Game_Command_CommandInfo__ctor_Dalamud_Game_Command_CommandInfo_HandlerDelegate_" data-uid="Dalamud.Game.Command.CommandInfo.#ctor(Dalamud.Game.Command.CommandInfo.HandlerDelegate)">CommandInfo(CommandInfo.HandlerDelegate)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Create a new CommandInfo with the provided handler.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -141,11 +148,17 @@
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandInfo_Handler.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandInfo.Handler%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandInfo.cs/#L16">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandInfo_Handler_" data-uid="Dalamud.Game.Command.CommandInfo.Handler*"></a>
<h4 id="Dalamud_Game_Command_CommandInfo_Handler" data-uid="Dalamud.Game.Command.CommandInfo.Handler">Handler</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A <a class="xref" href="Dalamud.Game.Command.CommandInfo.HandlerDelegate.html">CommandInfo.HandlerDelegate</a> which will be called when the command is dispatched.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -166,11 +179,17 @@
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandInfo_HelpMessage.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandInfo.HelpMessage%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandInfo.cs/#L21">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandInfo_HelpMessage_" data-uid="Dalamud.Game.Command.CommandInfo.HelpMessage*"></a>
<h4 id="Dalamud_Game_Command_CommandInfo_HelpMessage" data-uid="Dalamud.Game.Command.CommandInfo.HelpMessage">HelpMessage</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The help message for this command.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -191,11 +210,17 @@
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandInfo_ShowInHelp.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandInfo.ShowInHelp%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandInfo.cs/#L26">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandInfo_ShowInHelp_" data-uid="Dalamud.Game.Command.CommandInfo.ShowInHelp*"></a>
<h4 id="Dalamud_Game_Command_CommandInfo_ShowInHelp" data-uid="Dalamud.Game.Command.CommandInfo.ShowInHelp">ShowInHelp</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>If this command should be shown in the help output.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -223,6 +248,12 @@
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandInfo.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandInfo%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandInfo.cs/#L5" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">