updated docs

This commit is contained in:
Davis King 2014-04-26 19:51:34 -04:00
parent d763696f68
commit 1b79204360
2 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,10 @@
<name>Logger_Advanced</name>
<link>logger_ex_2.cpp.html</link>
</item>
<item>
<name>Logger_Custom_Output</name>
<link>logger_custom_output_ex.cpp.html</link>
</item>
<item>
<name>XML_Parser</name>
<link>xml_parser_ex.cpp.html</link>

View File

@ -277,6 +277,7 @@
<examples>
<example>logger_ex.cpp.html</example>
<example>logger_ex_2.cpp.html</example>
<example>logger_custom_output_ex.cpp.html</example>
<example>pipe_ex.cpp.html</example>
</examples>