Merging r6172 through r6199 from branch releases/1.8 to trunk

Changes are all related to automatic creation of documentation.
Note: It's not yet fully working in trunk due to changes since 1.8


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6200 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2021-03-18 20:33:59 +00:00
parent 1c14ae8988
commit 3fa6370cea
38 changed files with 8203 additions and 4029 deletions

View File

@ -76,7 +76,8 @@ public:
/*
Load xml from disk, overwrite default settings
The xml we are trying to load has the following structure
settings nested in sections nested in the root node, like so
settings nested in sections nested in the root node, like:
\verbatim
<pre>
<?xml version="1.0"?>
<mygame>
@ -87,6 +88,7 @@ public:
</video>
</mygame>
</pre>
\endverbatim
*/
bool load()
{

File diff suppressed because one or more lines are too long