Skip to content

Commit

Permalink
mv v0.3.0->v0.3.x; regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 27, 2024
1 parent 04410ff commit 175cae2
Show file tree
Hide file tree
Showing 76 changed files with 177 additions and 162 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Version Documentation

[v0.3.0](https://andy5995.github.io/canfigger/v0.3.0)
[v0.3.x](https://andy5995.github.io/canfigger/v0.3.x)

Note that v0.3.0 has not been released yet, and the API documentation for
v0.2.0 is mostly in the README for that release.
2 changes: 1 addition & 1 deletion v0.3.0/annotated.html → v0.3.x/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="headertitle"><div class="title">Structures</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="canfigger_8h.html#structattributes" target="_self">attributes</a></td><td class="desc">Structure to hold attribute details of a configuration key </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="canfigger_8h.html#structCanfigger" target="_self">Canfigger</a></td><td class="desc">Structure to represent a key-value pair with attributes in the configuration </td></tr>
Expand Down
File renamed without changes
File renamed without changes
309 changes: 160 additions & 149 deletions v0.3.0/canfigger_8h.html → v0.3.x/canfigger_8h.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<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> <span class="keywordtype">char</span> *str;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordtype">char</span> *current;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordtype">char</span> *ptr;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordtype">char</span> *iter_ptr;</div>
<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>
Expand All @@ -107,9 +107,9 @@
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="keywordtype">void</span> <a class="code hl_function" href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger_free_current_key_node_advance</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="canfigger_8h.html#structCanfigger">Canfigger</a> **list);</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="keywordtype">void</span> <a class="code hl_function" href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger_free_current_attr_str_advance</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="canfigger_8h.html#structattributes">attributes</a> *<a class="code hl_struct" href="canfigger_8h.html#structattributes">attributes</a>, <span class="keywordtype">char</span> **attr);</div>
<div class="ttc" id="acanfigger_8h_html_a095f7a89a1f2e3422870165280205a0b"><div class="ttname"><a href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger_free_current_key_node_advance</a></div><div class="ttdeci">void canfigger_free_current_key_node_advance(struct Canfigger **list)</div><div class="ttdoc">Frees the current key node and advances to the next node in the list.</div><div class="ttdef"><b>Definition</b> canfigger.c:112</div></div>
<div class="ttc" id="acanfigger_8h_html_a095f7a89a1f2e3422870165280205a0b"><div class="ttname"><a href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger_free_current_key_node_advance</a></div><div class="ttdeci">void canfigger_free_current_key_node_advance(struct Canfigger **list)</div><div class="ttdoc">Frees the current key node and advances to the next node in the list.</div><div class="ttdef"><b>Definition</b> canfigger.c:115</div></div>
<div class="ttc" id="acanfigger_8h_html_a37053197894e04e253629a9bdae52da0"><div class="ttname"><a href="canfigger_8h.html#a37053197894e04e253629a9bdae52da0">canfigger_parse_file</a></div><div class="ttdeci">struct Canfigger * canfigger_parse_file(const char *file, const int delimiter)</div><div class="ttdoc">Parses a configuration file and creates a linked list of key-value pairs.</div><div class="ttdef"><b>Definition</b> canfigger.c:330</div></div>
<div class="ttc" id="acanfigger_8h_html_ae6d70f9e366beaa126a989bb2b4457b8"><div class="ttname"><a href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger_free_current_attr_str_advance</a></div><div class="ttdeci">void canfigger_free_current_attr_str_advance(struct attributes *attributes, char **attr)</div><div class="ttdoc">Frees the current attribute string and advances to the next attribute.</div><div class="ttdef"><b>Definition</b> canfigger.c:83</div></div>
<div class="ttc" id="acanfigger_8h_html_ae6d70f9e366beaa126a989bb2b4457b8"><div class="ttname"><a href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger_free_current_attr_str_advance</a></div><div class="ttdeci">void canfigger_free_current_attr_str_advance(struct attributes *attributes, char **attr)</div><div class="ttdoc">Frees the current attribute string and advances to the next attribute.</div><div class="ttdef"><b>Definition</b> canfigger.c:86</div></div>
<div class="ttc" id="acanfigger_8h_html_structCanfigger"><div class="ttname"><a href="canfigger_8h.html#structCanfigger">Canfigger</a></div><div class="ttdoc">Structure to represent a key-value pair with attributes in the configuration.</div><div class="ttdef"><b>Definition</b> canfigger.h:60</div></div>
<div class="ttc" id="acanfigger_8h_html_structattributes"><div class="ttname"><a href="canfigger_8h.html#structattributes">attributes</a></div><div class="ttdoc">Structure to hold attribute details of a configuration key.</div><div class="ttdef"><b>Definition</b> canfigger.h:44</div></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<div class="line"> <span class="comment">// a key (or a &quot;setting&quot;, or an &quot;option&quot;), a value and attributes (if they</span></div>
<div class="line"> <span class="comment">// are provided in your program&#39;s configuration file.</span></div>
<div class="line"> <span class="comment">//</span></div>
<div class="line"> <span class="comment">// The second argument is based on what the config file uses to separate</span></div>
<div class="line"> <span class="comment">// the attributes.</span></div>
<div class="line"> <span class="comment">//</span></div>
<div class="line"> <span class="keyword">struct </span><a id="_a0" name="_a0"></a><a class="code hl_struct" href="canfigger_8h.html#structCanfigger">Canfigger</a> *config = <a id="a1" name="a1"></a><a class="code hl_function" href="canfigger_8h.html#a37053197894e04e253629a9bdae52da0">canfigger_parse_file</a>(filename_ptr, <span class="charliteral">&#39;,&#39;</span>);</div>
<div class="line"> </div>
<div class="line"> <span class="keywordflow">if</span> (!config)</div>
Expand Down Expand Up @@ -139,9 +142,9 @@
<div class="line"> <span class="keywordflow">return</span> 0;</div>
<div class="line">}</div>
<div class="ttc" id="acanfigger_8h_html"><div class="ttname"><a href="canfigger_8h.html">canfigger.h</a></div><div class="ttdoc">Header file for the Canfigger configuration parser.</div></div>
<div class="ttc" id="acanfigger_8h_html_a095f7a89a1f2e3422870165280205a0b"><div class="ttname"><a href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger_free_current_key_node_advance</a></div><div class="ttdeci">void canfigger_free_current_key_node_advance(struct Canfigger **list)</div><div class="ttdoc">Frees the current key node and advances to the next node in the list.</div><div class="ttdef"><b>Definition</b> canfigger.c:112</div></div>
<div class="ttc" id="acanfigger_8h_html_a095f7a89a1f2e3422870165280205a0b"><div class="ttname"><a href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger_free_current_key_node_advance</a></div><div class="ttdeci">void canfigger_free_current_key_node_advance(struct Canfigger **list)</div><div class="ttdoc">Frees the current key node and advances to the next node in the list.</div><div class="ttdef"><b>Definition</b> canfigger.c:115</div></div>
<div class="ttc" id="acanfigger_8h_html_a37053197894e04e253629a9bdae52da0"><div class="ttname"><a href="canfigger_8h.html#a37053197894e04e253629a9bdae52da0">canfigger_parse_file</a></div><div class="ttdeci">struct Canfigger * canfigger_parse_file(const char *file, const int delimiter)</div><div class="ttdoc">Parses a configuration file and creates a linked list of key-value pairs.</div><div class="ttdef"><b>Definition</b> canfigger.c:330</div></div>
<div class="ttc" id="acanfigger_8h_html_ae6d70f9e366beaa126a989bb2b4457b8"><div class="ttname"><a href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger_free_current_attr_str_advance</a></div><div class="ttdeci">void canfigger_free_current_attr_str_advance(struct attributes *attributes, char **attr)</div><div class="ttdoc">Frees the current attribute string and advances to the next attribute.</div><div class="ttdef"><b>Definition</b> canfigger.c:83</div></div>
<div class="ttc" id="acanfigger_8h_html_ae6d70f9e366beaa126a989bb2b4457b8"><div class="ttname"><a href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger_free_current_attr_str_advance</a></div><div class="ttdeci">void canfigger_free_current_attr_str_advance(struct attributes *attributes, char **attr)</div><div class="ttdoc">Frees the current attribute string and advances to the next attribute.</div><div class="ttdef"><b>Definition</b> canfigger.c:86</div></div>
<div class="ttc" id="acanfigger_8h_html_structCanfigger"><div class="ttname"><a href="canfigger_8h.html#structCanfigger">Canfigger</a></div><div class="ttdoc">Structure to represent a key-value pair with attributes in the configuration.</div><div class="ttdef"><b>Definition</b> canfigger.h:60</div></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions v0.3.0/globals.html → v0.3.x/globals.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=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>canfigger: File Members</title>
<title>canfigger: Globals</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 @@ -72,7 +72,7 @@
</div>

<div class="contents">
<div class="textblock">Here is a list of all documented file members with links to the documentation:</div><ul>
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div><ul>
<li>canfigger_free_current_attr_str_advance()&#160;:&#160;<a class="el" href="canfigger_8h.html#ae6d70f9e366beaa126a989bb2b4457b8">canfigger.h</a></li>
<li>canfigger_free_current_key_node_advance()&#160;:&#160;<a class="el" href="canfigger_8h.html#a095f7a89a1f2e3422870165280205a0b">canfigger.h</a></li>
<li>canfigger_parse_file()&#160;:&#160;<a class="el" href="canfigger_8h.html#a37053197894e04e253629a9bdae52da0">canfigger.h</a></li>
Expand Down
2 changes: 1 addition & 1 deletion v0.3.0/globals_func.html → v0.3.x/globals_func.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=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>canfigger: File Members</title>
<title>canfigger: Globals</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
3 changes: 2 additions & 1 deletion v0.3.0/index.html → v0.3.x/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ <h2><a class="anchor" id="autotoc_md1"></a>
<div class="line"> </div>
<div class="line"># key, value with 9 attributes</div>
<div class="line">solar_system = sun, Mercury, Venus, Earth, Mars, Jupiter, Saturn, Neptune, Uranus, Pluto</div>
</div><!-- fragment --> <h2><a class="anchor" id="autotoc_md2"></a>
</div><!-- fragment --><p>You can change the attribute delimiter character by passing it as the second argument: </p><pre class="fragment">canfigger_parse_file(filename_ptr, ':');
</pre> <h2><a class="anchor" id="autotoc_md2"></a>
Dependencies</h2>
<p>None</p>
<h2><a class="anchor" id="autotoc_md3"></a>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion v0.3.0/menudata.js → v0.3.x/menudata.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var menudata={children:[
{text:"README",url:"index.html"},
{text:"Structures",url:"annotated.html"},
{text:"File List",url:"files.html"},
{text:"File Members",url:"globals.html",children:[
{text:"Globals",url:"globals.html",children:[
{text:"All",url:"globals.html"},
{text:"Functions",url:"globals_func.html"}]},
{text:"Examples",url:"examples.html"}]}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var indexSectionNames =
var indexSectionLabels =
{
0: "All",
1: "Classes",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Pages"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 175cae2

Please sign in to comment.