Skip to content

Commit

Permalink
Change syntax style from " = " to ": " separator
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr committed Jun 7, 2024
1 parent b6c6141 commit ff769c6
Show file tree
Hide file tree
Showing 31 changed files with 89 additions and 90 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See the [documentation](https://cfnptr.github.io/conf).

## Features

* Simple configuration syntax (similar to .ini)
* Simple configuration syntax (similar to YAML)
* Automatic variable parsing (int, float, bool, string)
* Built-in configuration syntax validation
* C and C++ implementations
Expand Down Expand Up @@ -69,21 +69,21 @@ void confWriterExampleC()

```
# Conf comment syntax example
integerValue = 123
NegativeOne = -1
integerValue: 123
NegativeOne: -1
# Supported floating values
FloatingPI = 3.141
minus Infinity = -INF
Oh nooo = NaN
FloatingPI: 3.141
minus Infinity: -INF
Oh nooo: NaN
# Also some booleans
is.planet.round = true
caseSensitive = False
is.planet.round: true
caseSensitive: False
# And everything else is strings
hackingExploit = Hello world!
Not recommended key example? = Yes :)
hackingExploit: Hello world!
Not recommended key example? : Yes :)
```

## Supported operating systems
Expand Down
2 changes: 1 addition & 1 deletion docs/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/classconf_1_1_reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6cc142d38a0ccfa25813602e
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>conf</b></li><li class="navelem"><a class="el" href="classconf_1_1_reader.html">Reader</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/classconf_1_1_writer.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a33d6b50f42bb691fbd62afd4
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>conf</b></li><li class="navelem"><a class="el" href="classconf_1_1_writer.html">Writer</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/common_8h.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="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_5078fa4b037495af7f2183084da91e6b.html">conf</a></li><li class="navelem"><a class="el" href="common_8h.html">common.h</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/dir_0af74dce6ed792f14cfe74ff7f287b3e.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5cec92fd47c0900910bbc2480fdfd7be.html">wrappers</a></li><li class="navelem"><a class="el" href="dir_0af74dce6ed792f14cfe74ff7f287b3e.html">cpp</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/dir_5078fa4b037495af7f2183084da91e6b.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_5078fa4b037495af7f2183084da91e6b.html">conf</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/dir_5cec92fd47c0900910bbc2480fdfd7be.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5cec92fd47c0900910bbc2480fdfd7be.html">wrappers</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/dir_b83c5bfa094d9549d67909f0b459d78c.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5cec92fd47c0900910bbc2480fdfd7be.html">wrappers</a></li><li class="navelem"><a class="el" href="dir_0af74dce6ed792f14cfe74ff7f287b3e.html">cpp</a></li><li class="navelem"><a class="el" href="dir_b83c5bfa094d9549d67909f0b459d78c.html">conf</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/dir_d44c64559bbebec7f509842c48db8b23.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/doxygen_crawl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<a href="writer_8hpp.html"/>
<a href="writer_8h.html"/>
<a href="common_8h.html"/>
<a href="reader_8h.html"/>
<a href="reader_8hpp.html"/>
<a href="common_8h.html"/>
<a href="writer_8h.html"/>
<a href="writer_8hpp.html"/>
<a href="md__b_u_i_l_d_i_n_g.html"/>
<a href="classconf_1_1_writer.html"/>
<a href="classconf_1_1_reader.html"/>
<a href="classconf_1_1_writer.html"/>
<a href="dir_5078fa4b037495af7f2183084da91e6b.html"/>
<a href="dir_b83c5bfa094d9549d67909f0b459d78c.html"/>
<a href="dir_0af74dce6ed792f14cfe74ff7f287b3e.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/globals_enum.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/globals_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/globals_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
22 changes: 11 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<h1><a class="anchor" id="features"></a>
Features</h1>
<ul>
<li>Simple configuration syntax (similar to .ini)</li>
<li>Simple configuration syntax (similar to YAML)</li>
<li>Automatic variable parsing (int, float, bool, string)</li>
<li>Built-in configuration syntax validation</li>
<li>C and C++ implementations</li>
Expand Down Expand Up @@ -136,21 +136,21 @@ <h1><a class="anchor" id="usage-example"></a>
</div><!-- fragment --><h1><a class="anchor" id="configuration-file-example"></a>
Configuration file example</h1>
<div class="fragment"><div class="line"># Conf comment syntax example</div>
<div class="line">integerValue = 123</div>
<div class="line">NegativeOne = -1</div>
<div class="line">integerValue: 123</div>
<div class="line">NegativeOne: -1</div>
<div class="line"> </div>
<div class="line"># Supported floating values</div>
<div class="line">FloatingPI = 3.141</div>
<div class="line">minus Infinity = -INF</div>
<div class="line">Oh nooo = NaN</div>
<div class="line">FloatingPI: 3.141</div>
<div class="line">minus Infinity: -INF</div>
<div class="line">Oh nooo: NaN</div>
<div class="line"> </div>
<div class="line"># Also some booleans</div>
<div class="line">is.planet.round = true</div>
<div class="line">caseSensitive = False</div>
<div class="line">is.planet.round: true</div>
<div class="line">caseSensitive: False</div>
<div class="line"> </div>
<div class="line"># And everything else is strings</div>
<div class="line">hackingExploit = Hello world!</div>
<div class="line">Not recommended key example? = Yes :)</div>
<div class="line">hackingExploit: Hello world!</div>
<div class="line">Not recommended key example? : Yes :)</div>
</div><!-- fragment --><h1><a class="anchor" id="supported-operating-systems"></a>
Supported operating systems</h1>
<ul>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h1><a class="anchor" id="third-party"></a>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/md__b_u_i_l_d_i_n_g.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h2><a class="anchor" id="visual-studio-code-vs-code"></a>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/reader_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a54293c4e1d7b1be42aecc280
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_5078fa4b037495af7f2183084da91e6b.html">conf</a></li><li class="navelem"><a class="el" href="reader_8h.html">reader.h</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/reader_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5cec92fd47c0900910bbc2480fdfd7be.html">wrappers</a></li><li class="navelem"><a class="el" href="dir_0af74dce6ed792f14cfe74ff7f287b3e.html">cpp</a></li><li class="navelem"><a class="el" href="dir_b83c5bfa094d9549d67909f0b459d78c.html">conf</a></li><li class="navelem"><a class="el" href="reader_8hpp.html">reader.hpp</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://cfnptr.github.io/conf/reader_8h.html</loc>
<loc>https://cfnptr.github.io/conf/writer_8hpp.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/reader_8hpp.html</loc>
<loc>https://cfnptr.github.io/conf/writer_8h.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/common_8h.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/writer_8h.html</loc>
<loc>https://cfnptr.github.io/conf/reader_8h.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/writer_8hpp.html</loc>
<loc>https://cfnptr.github.io/conf/reader_8hpp.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/md__b_u_i_l_d_i_n_g.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/classconf_1_1_writer.html</loc>
<loc>https://cfnptr.github.io/conf/classconf_1_1_reader.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/classconf_1_1_reader.html</loc>
<loc>https://cfnptr.github.io/conf/classconf_1_1_writer.html</loc>
</url>
<url>
<loc>https://cfnptr.github.io/conf/dir_5078fa4b037495af7f2183084da91e6b.html</loc>
Expand Down
2 changes: 1 addition & 1 deletion docs/writer_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a0f46831d52e6dbf5e692f98d
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_5078fa4b037495af7f2183084da91e6b.html">conf</a></li><li class="navelem"><a class="el" href="writer_8h.html">writer.h</a></li>
<li class="footer">Generated on Fri May 31 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
<li class="footer">Generated on Fri Jun 7 2024 for Conf by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li>
</ul>
</div>
</body>
Expand Down
Loading

0 comments on commit ff769c6

Please sign in to comment.