Skip to content

Commit

Permalink
Final make doc (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaupper authored Dec 17, 2019
1 parent 585ae4d commit 5129ba1
Show file tree
Hide file tree
Showing 224 changed files with 14,234 additions and 823 deletions.
10 changes: 5 additions & 5 deletions docs/html/ConfigHandler_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.16"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>VirtualJukebox: src/ConfigHandler.cpp File Reference</title>
<title>VirtualJukebox: src/Utils/ConfigHandler.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down Expand Up @@ -61,7 +61,7 @@

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_a7363e98f9e0bdd87618633653859815.html">Utils</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
Expand All @@ -70,12 +70,12 @@
</div><!--header-->
<div class="contents">

<p>Class <a class="el" href="classConfigHandler.html">ConfigHandler</a> implementation.
<p>Class <a class="el" href="classConfigHandler.html" title="Singleton class which provides shared access to the configuration file used.">ConfigHandler</a> implementation.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="ConfigHandler_8h_source.html">ConfigHandler.h</a>&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="ConfigHandler_8h_source.html">Utils/ConfigHandler.h</a>&quot;</code><br />
<code>#include &lt;string&gt;</code><br />
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class <a class="el" href="classConfigHandler.html">ConfigHandler</a> implementation. </p>
<div class="textblock"><p>Class <a class="el" href="classConfigHandler.html" title="Singleton class which provides shared access to the configuration file used.">ConfigHandler</a> implementation. </p>
<dl class="section author"><dt>Author</dt><dd>Michael Wurm <a href="#" onclick="location.href='mai'+'lto:'+'wur'+'m.'+'mic'+'ha'+'el9'+'5@'+'gma'+'il'+'.co'+'m'; return false;">wurm.<span style="display: none;">.nosp@m.</span>mich<span style="display: none;">.nosp@m.</span>ael95<span style="display: none;">.nosp@m.</span>@gma<span style="display: none;">.nosp@m.</span>il.co<span style="display: none;">.nosp@m.</span>m</a> </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
Expand Down
11 changes: 6 additions & 5 deletions docs/html/ConfigHandler_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.16"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>VirtualJukebox: src/ConfigHandler.h File Reference</title>
<title>VirtualJukebox: src/Utils/ConfigHandler.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down Expand Up @@ -61,7 +61,7 @@

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_a7363e98f9e0bdd87618633653859815.html">Utils</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
Expand All @@ -72,23 +72,24 @@
</div><!--header-->
<div class="contents">

<p>Class <a class="el" href="classConfigHandler.html">ConfigHandler</a> definition.
<p>Class <a class="el" href="classConfigHandler.html" title="Singleton class which provides shared access to the configuration file used.">ConfigHandler</a> definition.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;stdlib.h&gt;</code><br />
<code>#include &lt;memory&gt;</code><br />
<code>#include &lt;string&gt;</code><br />
<code>#include &quot;../lib/SimpleIni/SimpleIni.h&quot;</code><br />
<code>#include &quot;<a class="el" href="Result_8h_source.html">Result.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="Result_8h_source.html">Types/Result.h</a>&quot;</code><br />
</div>
<p><a href="ConfigHandler_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classConfigHandler.html">ConfigHandler</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Singleton class which provides shared access to the configuration file used. <a href="classConfigHandler.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class <a class="el" href="classConfigHandler.html">ConfigHandler</a> definition. </p>
<div class="textblock"><p>Class <a class="el" href="classConfigHandler.html" title="Singleton class which provides shared access to the configuration file used.">ConfigHandler</a> definition. </p>
<dl class="section author"><dt>Author</dt><dd>Michael Wurm <a href="#" onclick="location.href='mai'+'lto:'+'wur'+'m.'+'mic'+'ha'+'el9'+'5@'+'gma'+'il'+'.co'+'m'; return false;">wurm.<span style="display: none;">.nosp@m.</span>mich<span style="display: none;">.nosp@m.</span>ael95<span style="display: none;">.nosp@m.</span>@gma<span style="display: none;">.nosp@m.</span>il.co<span style="display: none;">.nosp@m.</span>m</a> </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
Expand Down
Loading

0 comments on commit 5129ba1

Please sign in to comment.