Skip to content
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

Docfx - revert hack for 1874 #1955

Merged
merged 19 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e1e87ab
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Jul 28, 2022
59d164a
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Jul 30, 2022
9697f9d
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 1, 2022
1b8daa3
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 1, 2022
2fe30c7
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 3, 2022
e190f30
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 4, 2022
8e20fb7
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 4, 2022
69c8c07
Merge branch 'develop' into main
tig Aug 5, 2022
375cd9f
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
tig Aug 17, 2022
e7c56c1
Fixes #1874 (again)
tig Aug 17, 2022
5e5fc3b
Merge branch 'main' of tig:migueldeicaza/gui.cs into develop
tig Aug 30, 2022
86c0477
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 5, 2022
9f5c8de
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 5, 2022
0de748d
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 5, 2022
4bb51d9
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 5, 2022
9259a9b
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 15, 2022
1dec5fa
Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop
tig Sep 15, 2022
9b69531
Merge branch 'develop' into docfx_revert_hack_for_1874
tig Sep 16, 2022
2a70b58
Fixes #1874 - Requires use docfx >= v2.59.4
tig Sep 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"src": [
{
"files": [
"Terminal.Gui.dll"
"Terminal.Gui.csproj"
],
"exclude": [
"**/obj/**",
"_site/**"
],
"src": "../Terminal.Gui/bin/Release/net6.0"
"src": "../Terminal.Gui"
}
],
"dest": "api/Terminal.Gui",
Expand All @@ -23,13 +23,13 @@
"src": [
{
"files": [
"UICatalog.dll"
"UICatalog.csproj"
],
"exclude": [
"**/obj/**",
"_site/**"
],
"src": "../UICatalog/bin/Release/net6.0"
"src": "../UICatalog"
}
],
"dest": "api/UICatalog",
Expand Down
2 changes: 1 addition & 1 deletion docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>To Generate the Docs </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="To Generate the Docs ">
<meta name="generator" content="docfx 2.59.3.0">
<meta name="generator" content="docfx 2.59.4.0">

<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles/docfx.vendor.css">
Expand Down
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 Application.ResizedEventArgs
">
<meta name="generator" content="docfx 2.59.3.0">
<meta name="generator" content="docfx 2.59.4.0">

<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
Expand Down Expand Up @@ -91,30 +91,51 @@ <h1 id="Terminal_Gui_Application_ResizedEventArgs" data-uid="Terminal.Gui.Applic
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">Application.ResizedEventArgs</span></div>
<div class="level1"><span class="xref">System.EventArgs</span></div>
<div class="level2"><span class="xref">Application.ResizedEventArgs</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.EventArgs.Empty</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
<h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
<h5 id="Terminal_Gui_Application_ResizedEventArgs_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ResizedEventArgs : EventArgs</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>


<a id="Terminal_Gui_Application_ResizedEventArgs__ctor_" data-uid="Terminal.Gui.Application.ResizedEventArgs.#ctor*"></a>
<h4 id="Terminal_Gui_Application_ResizedEventArgs__ctor" data-uid="Terminal.Gui.Application.ResizedEventArgs.#ctor">ResizedEventArgs()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ResizedEventArgs()</code></pre>
</div>
<h3 id="properties">Properties
</h3>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_ResizedEventArgs_Cols.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.ResizedEventArgs.Cols%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L1293">View Source</a>
</span>
<a id="Terminal_Gui_Application_ResizedEventArgs_Cols_" data-uid="Terminal.Gui.Application.ResizedEventArgs.Cols*"></a>
<h4 id="Terminal_Gui_Application_ResizedEventArgs_Cols" data-uid="Terminal.Gui.Application.ResizedEventArgs.Cols">Cols</h4>
<div class="markdown level1 summary">
Expand All @@ -140,8 +161,13 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_ResizedEventArgs_Rows.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.ResizedEventArgs.Rows%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L1289">View Source</a>
</span>
<a id="Terminal_Gui_Application_ResizedEventArgs_Rows_" data-uid="Terminal.Gui.Application.ResizedEventArgs.Rows*"></a>
<h4 id="Terminal_Gui_Application_ResizedEventArgs_Rows" data-uid="Terminal.Gui.Application.ResizedEventArgs.Rows">Rows</h4>
<div class="markdown level1 summary">
Expand Down Expand Up @@ -174,6 +200,12 @@ <h5 class="propertyValue">Property Value</h5>
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_ResizedEventArgs.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.ResizedEventArgs%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L1285" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
Expand Down
70 changes: 60 additions & 10 deletions docs/api/Terminal.Gui/Terminal.Gui.Application.RunState.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 Application.RunState
">
<meta name="generator" content="docfx 2.59.3.0">
<meta name="generator" content="docfx 2.59.4.0">

<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
Expand Down Expand Up @@ -97,16 +97,45 @@ <h5>Inheritance</h5>
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
<h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
<h5 id="Terminal_Gui_Application_RunState_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class RunState : Object</code></pre>
<pre><code class="lang-csharp hljs">public class RunState : IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_RunState__ctor_Terminal_Gui_Toplevel_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.RunState.%23ctor(Terminal.Gui.Toplevel)%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L385">View Source</a>
</span>
<a id="Terminal_Gui_Application_RunState__ctor_" data-uid="Terminal.Gui.Application.RunState.#ctor*"></a>
<h4 id="Terminal_Gui_Application_RunState__ctor_Terminal_Gui_Toplevel_" data-uid="Terminal.Gui.Application.RunState.#ctor(Terminal.Gui.Toplevel)">RunState(Toplevel)</h4>
<div class="markdown level1 summary">
Expand Down Expand Up @@ -136,8 +165,13 @@ <h5 class="parameters">Parameters</h5>
</table>
<h3 id="properties">Properties
</h3>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_RunState_Toplevel.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.RunState.Toplevel%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L392">View Source</a>
</span>
<a id="Terminal_Gui_Application_RunState_Toplevel_" data-uid="Terminal.Gui.Application.RunState.Toplevel*"></a>
<h4 id="Terminal_Gui_Application_RunState_Toplevel" data-uid="Terminal.Gui.Application.RunState.Toplevel">Toplevel</h4>
<div class="markdown level1 summary">
Expand Down Expand Up @@ -165,8 +199,13 @@ <h5 class="propertyValue">Property Value</h5>
</table>
<h3 id="methods">Methods
</h3>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_RunState_Dispose.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.RunState.Dispose%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L402">View Source</a>
</span>
<a id="Terminal_Gui_Application_RunState_Dispose_" data-uid="Terminal.Gui.Application.RunState.Dispose*"></a>
<h4 id="Terminal_Gui_Application_RunState_Dispose" data-uid="Terminal.Gui.Application.RunState.Dispose">Dispose()</h4>
<div class="markdown level1 summary">
Expand All @@ -177,8 +216,13 @@ <h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>


<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_RunState_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.RunState.Dispose(System.Boolean)%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L413">View Source</a>
</span>
<a id="Terminal_Gui_Application_RunState_Dispose_" data-uid="Terminal.Gui.Application.RunState.Dispose*"></a>
<h4 id="Terminal_Gui_Application_RunState_Dispose_System_Boolean_" data-uid="Terminal.Gui.Application.RunState.Dispose(System.Boolean)">Dispose(Boolean)</h4>
<div class="markdown level1 summary">
Expand Down Expand Up @@ -217,6 +261,12 @@ <h3 id="implements">Implements</h3>
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Application_RunState.md&amp;value=---%0Auid%3A%20Terminal.Gui.Application.RunState%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="tig:tig/gui.cs/blob/main/Terminal.Gui/Core/Application.cs/#L380" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
Expand Down
Loading