Skip to content

Commit

Permalink
deploy: cad74bc
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitelyNotSimon13 committed Apr 26, 2024
1 parent f0a9848 commit 8d3f3bb
Show file tree
Hide file tree
Showing 265 changed files with 1,158 additions and 1,132 deletions.
Binary file modified Documentation.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:02 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:02 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d0/d2b/JsonHandler_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_1615da3a94339053b2ab44db3685f5d0.html">sources</a></li><li class="navelem"><a class="el" href="../../d0/d2b/JsonHandler_8cpp.html">JsonHandler.cpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions html/d0/d2b/JsonHandler_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// Validate keys</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="comment">// Check for errors</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> errors = <a class="code hl_function" href="../../da/d86/classparsing_1_1KeyValidator.html#aba12d17ab5dc7faacdcb3cd85b696fda">KeyValidator::getInstance</a>().validateKeys(newRoot, filename);</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> !errors.empty()) {</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> !errors.empty()) {</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keywordflow">throw</span> <a class="code hl_class" href="../../de/d9e/classexceptions_1_1InvalidKeyException.html">exceptions::InvalidKeyException</a>(errors);</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> }</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
Expand Down Expand Up @@ -207,8 +207,8 @@
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="comment">// Due to validation beforehand - this should never be reached!</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordflow">throw</span> <a class="code hl_class" href="../../d9/d52/classexceptions_1_1UnreachableCodeException.html">exceptions::UnreachableCodeException</a>(</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="stringliteral">&quot;Unknown entries should be caught by KeyValidator!\nPlease report &quot;</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="stringliteral">&quot;this bug!&quot;</span>);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="stringliteral">&quot;Unknown entries should be caught by KeyValidator!\nPlease report &quot;</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="stringliteral">&quot;this bug!&quot;</span>);</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> }</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> }</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span>}</div>
Expand Down Expand Up @@ -265,7 +265,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_1615da3a94339053b2ab44db3685f5d0.html">sources</a></li><li class="navelem"><a class="el" href="../../d0/d2b/JsonHandler_8cpp.html">JsonHandler.cpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d0/d6e/namespaceexceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../d0/d6e/namespaceexceptions.html">exceptions</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d0/dad/classexceptions_1_1InvalidTypeException.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#afc6b917f989d6d60fdf9225a
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../d0/d6e/namespaceexceptions.html">exceptions</a></li><li class="navelem"><a class="el" href="../../d0/dad/classexceptions_1_1InvalidTypeException.html">InvalidTypeException</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d0/de1/FileData_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="../../d0/de1/FileData_8hpp.html">FileData.hpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions html/d0/de1/FileData_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="../../d5/da5/namespaceparsing.html"> 22</a></span><span class="keyword">namespace </span><a class="code hl_namespace" href="../../d5/da5/namespaceparsing.html">parsing</a> {</div>
<div class="foldopen" id="foldopen00032" data-start="{" data-end="};">
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="../../da/d06/classparsing_1_1FileData.html"> 32</a></span><span class="keyword">class </span><a class="code hl_class" href="../../da/d06/classparsing_1_1FileData.html">FileData</a> {</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordtype">void</span> <a class="code hl_function" href="../../da/d06/classparsing_1_1FileData.html#a3428f3de9f6b8e63293f5dd2b7661239">setOutputFile</a>(std::string &amp;newOutputfile);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="foldopen" id="foldopen00050" data-start="{" data-end="}">
Expand Down Expand Up @@ -168,7 +168,7 @@
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> }</div>
</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="../../da/d06/classparsing_1_1FileData.html#a512ec5915338a9f8e1884bc5dc543abf"> 152</a></span> std::string <a class="code hl_variable" href="../../da/d06/classparsing_1_1FileData.html#a512ec5915338a9f8e1884bc5dc543abf">outputfile</a>;</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="../../da/d06/classparsing_1_1FileData.html#a1c52134304b28bd70b16393892f4c478"> 153</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="../../da/d06/classparsing_1_1FileData.html#a1c52134304b28bd70b16393892f4c478">hideShell</a>;</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="../../da/d06/classparsing_1_1FileData.html#a5de3c79cc4751538c6c967cfcd552f26"> 154</a></span> std::optional&lt;std::string&gt; <a class="code hl_variable" href="../../da/d06/classparsing_1_1FileData.html#a5de3c79cc4751538c6c967cfcd552f26">application</a>;</div>
Expand Down Expand Up @@ -210,7 +210,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="../../d0/de1/FileData_8hpp.html">FileData.hpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d1/d03/BatchCreator_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="../../d1/d03/BatchCreator_8hpp.html">BatchCreator.hpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions html/d1/d03/BatchCreator_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="foldopen" id="foldopen00029" data-start="{" data-end="};">
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="../../da/d1c/classBatchCreator.html"> 29</a></span><span class="keyword">class </span><a class="code hl_class" href="../../da/d1c/classBatchCreator.html">BatchCreator</a> {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">explicit</span> <a class="code hl_class" href="../../da/d1c/classBatchCreator.html">BatchCreator</a>(std::shared_ptr&lt;parsing::FileData&gt; <a class="code hl_variable" href="../../da/d1c/classBatchCreator.html#ac3dc7fdd464bf52538a8fcbd181a82b2">fileData</a>);</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="foldopen" id="foldopen00046" data-start="{" data-end="}">
Expand All @@ -117,7 +117,7 @@
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> }</div>
</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> std::shared_ptr&lt;std::stringstream&gt;</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="../../da/d1c/classBatchCreator.html#ab03dc9e260a30504e294c83c433b3a04"> 52</a></span> <a class="code hl_variable" href="../../da/d1c/classBatchCreator.html#ab03dc9e260a30504e294c83c433b3a04">dataStream</a>; </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="../../da/d1c/classBatchCreator.html#ac3dc7fdd464bf52538a8fcbd181a82b2"> 54</a></span> std::shared_ptr&lt;parsing::FileData&gt; <a class="code hl_variable" href="../../da/d1c/classBatchCreator.html#ac3dc7fdd464bf52538a8fcbd181a82b2">fileData</a>; </div>
Expand Down Expand Up @@ -157,7 +157,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="../../d1/d03/BatchCreator_8hpp.html">BatchCreator.hpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d1/d2d/classparsing_1_1KeyValidator-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:02 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d1/d38/structoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../d1/d38/structoptions.html">options</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion html/d2/d5f/CommandLineHandler_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="../../d2/d5f/CommandLineHandler_8hpp.html">CommandLineHandler.hpp</a></li>
<li class="footer">Generated on Fri Apr 26 2024 15:07:47 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated on Fri Apr 26 2024 15:08:01 for JSON2Batch by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
Expand Down
Loading

0 comments on commit 8d3f3bb

Please sign in to comment.