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="Delegate ChatGui.OnMessageDelegate
">
<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">
@ -79,7 +79,7 @@
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_ChatGui_OnMessageDelegate_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate void OnMessageDelegate(XivChatType type, uint senderId, string sender, ref string message, ref bool isHandled);</code></pre>
<pre><code class="lang-csharp hljs">public delegate void OnMessageDelegate(XivChatType type, uint senderId, ref SeString sender, ref SeString message, ref bool isHandled);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -102,12 +102,12 @@
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">sender</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
@ -125,6 +125,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_Internal_Gui_ChatGui_OnMessageDelegate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ChatGui.OnMessageDelegate%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/Internal/Gui/ChatGui.cs/#L19" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">