
Upgrades Doxygen configuration files to 1.8.6. The upgrade results in breaking changes (can't use original configuration) so all Doxygen files were regenerated and updated as needed. The Doxyfile shows a large number of changes, but most are the comments and new settings created by the Doxygen auto-upgrade process. Otherwise, some obsolete settings were removed and the logo was set to none since its source image no longer exists in the repository. Where appropriate the configuration files were updated to link to the new Git repository. This is the only significant document content change.
22 lines
755 B
HTML
22 lines
755 B
HTML
<!-- HTML footer for doxygen 1.8.6-->
|
|
<!-- start footer part -->
|
|
<!--BEGIN GENERATE_TREEVIEW-->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
$navpath
|
|
<a href="https://github.com/memononen/recastnavigation">Project Home</a>
|
|
| <a href="./License.html">Licence: ZLib</a>
|
|
| Copyright (c) 2009-2014 Mikko Mononen
|
|
</ul>
|
|
</div>
|
|
<!--END GENERATE_TREEVIEW-->
|
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
<a href="https://github.com/memononen/recastnavigation">Project Home</a>
|
|
| <a href="./License.html">Licence: ZLib</a>
|
|
| Copyright (c) 2009-2014 Mikko Mononen
|
|
</small></address>
|
|
<!--END !GENERATE_TREEVIEW-->
|
|
</body>
|
|
</html>
|