Skip to content

Commit c086041

Browse files
deploy: 6ff6a03
1 parent b50e6e2 commit c086041

366 files changed

Lines changed: 8304 additions & 8646 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NanoXLSX.Core/IBaseWriter_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<!-- start footer part -->
125125
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
126126
<ul>
127-
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_5e06e0c9fcd89fc6ae1ffeaca0203666.html">Plugin</a></li><li class="navelem"><b>IBaseWriter.cs</b></li>
127+
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_f9f9b03946692f58159708066d147be6.html">Writer</a></li><li class="navelem"><b>IBaseWriter.cs</b></li>
128128
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
129129
</ul>
130130
</div>

NanoXLSX.Writer/IColorWriter_8cs_source.html renamed to NanoXLSX.Core/IColorWriter_8cs_source.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
66
<meta name="generator" content="Doxygen 1.15.0"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>NanoXLSX.Writer: IColorWriter.cs Source File</title>
9-
<link rel="icon" href="NanoXLSXlib.png" type="image/x-icon" />
8+
<title>NanoXLSX.Core: IColorWriter.cs Source File</title>
109
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1110
<script type="text/javascript" src="jquery.js"></script>
1211
<script type="text/javascript" src="dynsections.js"></script>
@@ -26,9 +25,8 @@
2625
<table cellspacing="0" cellpadding="0">
2726
<tbody>
2827
<tr id="projectrow">
29-
<td id="projectlogo"><img alt="Logo" src="NanoXLSXlib.png"/></td>
3028
<td id="projectalign">
31-
<div id="projectname">NanoXLSX.Writer<span id="projectnumber">&#160;3.0.0-rc.4</span>
29+
<div id="projectname">NanoXLSX.Core<span id="projectnumber">&#160;3.0.0-rc.5</span>
3230
</div>
3331
</td>
3432
</tr>
@@ -100,42 +98,43 @@
10098
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT</span></div>
10199
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div>
102100
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
103-
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span>NanoXLSX.Colors;</div>
104-
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span>NanoXLSX.Utils.Xml;</div>
101+
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Colors.html">NanoXLSX.Colors</a>;</div>
102+
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Utils_1_1Xml.html">NanoXLSX.Utils.Xml</a>;</div>
105103
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">using </span>System.Collections.Generic;</div>
106104
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
107-
<div class="foldopen" id="foldopen00012" data-start="{" data-end="}">
108-
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="namespaceNanoXLSX_1_1Interfaces.html"> 12</a></span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div>
105+
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div>
109106
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span>{</div>
110107
<div class="foldopen" id="foldopen00017" data-start="{" data-end="};">
111108
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html"> 17</a></span> <span class="keyword">public</span> <span class="keyword">interface </span><a class="code hl_interface" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html">IColorWriter</a></div>
112109
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> {</div>
113-
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3"> 24</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">GetAttributeName</a>(Color color);</div>
114-
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8"> 30</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">GetAttributeValue</a>(Color color);</div>
110+
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3"> 24</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">GetAttributeName</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div>
111+
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8"> 30</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">GetAttributeValue</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div>
115112
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span></div>
116-
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1"> 37</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">UseTintAttribute</a>(Color color);</div>
113+
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1"> 37</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">UseTintAttribute</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div>
117114
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span></div>
118-
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2"> 44</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">GetTintAttributeValue</a>(Color color);</div>
115+
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2"> 44</a></span> <span class="keywordtype">string</span> <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">GetTintAttributeValue</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div>
119116
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span></div>
120-
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a"> 51</a></span> IEnumerable&lt;XmlAttribute&gt; <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">GetAttributes</a>(Color color);</div>
117+
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a"> 51</a></span> IEnumerable&lt;XmlAttribute&gt; <a class="code hl_function" href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">GetAttributes</a>(<a class="code hl_class" href="classNanoXLSX_1_1Colors_1_1Color.html">Color</a> color);</div>
121118
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> }</div>
122119
</div>
123120
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span>}</div>
124-
</div>
121+
<div class="ttc" id="aclassNanoXLSX_1_1Colors_1_1Color_html"><div class="ttname"><a href="classNanoXLSX_1_1Colors_1_1Color.html">NanoXLSX.Colors.Color</a></div><div class="ttdoc">Compound class representing a color in various representations (RGB, indexed, theme,...</div><div class="ttdef"><b>Definition</b> <a href="Color_8cs_source.html#l00019">Color.cs:20</a></div></div>
125122
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html">NanoXLSX.Interfaces.Writer.IColorWriter</a></div><div class="ttdoc">Interface, used by specific writers that provides color handling.</div><div class="ttdef"><b>Definition</b> <a href="#l00017">IColorWriter.cs:18</a></div></div>
126123
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a1e54f0f5cb6ee6af9bf487cc108bb4b3"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a1e54f0f5cb6ee6af9bf487cc108bb4b3">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributeName</a></div><div class="ttdeci">string GetAttributeName(Color color)</div><div class="ttdoc">Gets the attribute name for the given color instance.</div></div>
127124
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a8878cee82c921806d18d40681efd582a"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a8878cee82c921806d18d40681efd582a">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributes</a></div><div class="ttdeci">IEnumerable&lt; XmlAttribute &gt; GetAttributes(Color color)</div><div class="ttdoc">Gets all applicable attributes of the given color instance.</div></div>
128125
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_a9f77f8f09f936434697c02b37a9b5ae8"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#a9f77f8f09f936434697c02b37a9b5ae8">NanoXLSX.Interfaces.Writer.IColorWriter.GetAttributeValue</a></div><div class="ttdeci">string GetAttributeValue(Color color)</div><div class="ttdoc">Gets the attribute value for the given color instance.</div></div>
129126
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_ab7851f72bd40d4668b196c7cd6fb48a2"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ab7851f72bd40d4668b196c7cd6fb48a2">NanoXLSX.Interfaces.Writer.IColorWriter.GetTintAttributeValue</a></div><div class="ttdeci">string GetTintAttributeValue(Color color)</div><div class="ttdoc">Gets the tint value as string of the given color instance, if applicable (see UseTintAttribute(Color)...</div></div>
130127
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter_html_ad88dfbf0f82c390caf52616290bc81d1"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Writer_1_1IColorWriter.html#ad88dfbf0f82c390caf52616290bc81d1">NanoXLSX.Interfaces.Writer.IColorWriter.UseTintAttribute</a></div><div class="ttdeci">bool UseTintAttribute(Color color)</div><div class="ttdoc">Gets whether a tint value is used for the given color instance.</div></div>
131-
<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_1_1Writer_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div><div class="ttdef"><b>Definition</b> <a href="#l00012">IColorWriter.cs:13</a></div></div>
128+
<div class="ttc" id="anamespaceNanoXLSX_1_1Colors_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Colors.html">NanoXLSX.Colors</a></div><div class="ttdef"><b>Definition</b> <a href="AutoColor_8cs_source.html#l00010">AutoColor.cs:11</a></div></div>
129+
<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_1_1Writer_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces_1_1Writer.html">NanoXLSX.Interfaces.Writer</a></div><div class="ttdef"><b>Definition</b> <a href="IBaseWriter_8cs_source.html#l00011">IBaseWriter.cs:12</a></div></div>
130+
<div class="ttc" id="anamespaceNanoXLSX_1_1Utils_1_1Xml_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Utils_1_1Xml.html">NanoXLSX.Utils.Xml</a></div><div class="ttdef"><b>Definition</b> <a href="XmlAttribute_8cs_source.html#l00011">XmlAttribute.cs:12</a></div></div>
132131
</div><!-- fragment --></div><!-- contents -->
133132
</div><!-- doc-content -->
134133
</div><!-- container -->
135134
<!-- start footer part -->
136135
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
137136
<ul>
138-
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><b>IColorWriter.cs</b></li>
137+
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_f9f9b03946692f58159708066d147be6.html">Writer</a></li><li class="navelem"><b>IColorWriter.cs</b></li>
139138
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
140139
</ul>
141140
</div>

NanoXLSX.Core/IInlinePluginWriter_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<!-- start footer part -->
124124
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
125125
<ul>
126-
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_5e06e0c9fcd89fc6ae1ffeaca0203666.html">Plugin</a></li><li class="navelem"><b>IInlinePluginWriter.cs</b></li>
126+
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_f9f9b03946692f58159708066d147be6.html">Writer</a></li><li class="navelem"><b>IInlinePluginWriter.cs</b></li>
127127
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
128128
</ul>
129129
</div>

NanoXLSX.Core/IOptions_8cs_source.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,25 +98,23 @@
9898
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT</span></div>
9999
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div>
100100
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
101-
<div class="foldopen" id="foldopen00008" data-start="{" data-end="}">
102-
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="namespaceNanoXLSX_1_1Interfaces_1_1Plugin.html"> 8</a></span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces_1_1Plugin.html">NanoXLSX.Interfaces.Plugin</a></div>
101+
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceNanoXLSX_1_1Interfaces.html">NanoXLSX.Interfaces</a></div>
103102
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span>{</div>
104103
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
105-
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1Plugin_1_1IOptions.html"> 13</a></span> <span class="keyword">public</span> <span class="keyword">interface </span><a class="code hl_interface" href="interfaceNanoXLSX_1_1Interfaces_1_1Plugin_1_1IOptions.html">IOptions</a></div>
104+
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="interfaceNanoXLSX_1_1Interfaces_1_1IOptions.html"> 13</a></span> <span class="keyword">public</span> <span class="keyword">interface </span><a class="code hl_interface" href="interfaceNanoXLSX_1_1Interfaces_1_1IOptions.html">IOptions</a></div>
106105
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> {</div>
107106
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> }</div>
108107
</div>
109108
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>}</div>
110-
</div>
111-
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1Plugin_1_1IOptions_html"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1Plugin_1_1IOptions.html">NanoXLSX.Interfaces.Plugin.IOptions</a></div><div class="ttdoc">Interface used by option classes (e.g. ReaderOptions).</div><div class="ttdef"><b>Definition</b> <a href="#l00013">IOptions.cs:14</a></div></div>
112-
<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_1_1Plugin_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces_1_1Plugin.html">NanoXLSX.Interfaces.Plugin</a></div><div class="ttdef"><b>Definition</b> <a href="#l00008">IOptions.cs:9</a></div></div>
109+
<div class="ttc" id="ainterfaceNanoXLSX_1_1Interfaces_1_1IOptions_html"><div class="ttname"><a href="interfaceNanoXLSX_1_1Interfaces_1_1IOptions.html">NanoXLSX.Interfaces.IOptions</a></div><div class="ttdoc">General Interface used by option classes (e.g. ReaderOptions).</div><div class="ttdef"><b>Definition</b> <a href="#l00013">IOptions.cs:14</a></div></div>
110+
<div class="ttc" id="anamespaceNanoXLSX_1_1Interfaces_html"><div class="ttname"><a href="namespaceNanoXLSX_1_1Interfaces.html">NanoXLSX.Interfaces</a></div><div class="ttdef"><b>Definition</b> <a href="IColor_8cs_source.html#l00008">IColor.cs:9</a></div></div>
113111
</div><!-- fragment --></div><!-- contents -->
114112
</div><!-- doc-content -->
115113
</div><!-- container -->
116114
<!-- start footer part -->
117115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
118116
<ul>
119-
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><a href="dir_5e06e0c9fcd89fc6ae1ffeaca0203666.html">Plugin</a></li><li class="navelem"><b>IOptions.cs</b></li>
117+
<li class="navelem"><a href="dir_d7a24015de3ad3397ba9b230e38f5b53.html">Interfaces</a></li><li class="navelem"><b>IOptions.cs</b></li>
120118
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
121119
</ul>
122120
</div>

0 commit comments

Comments
 (0)