footer.html 747 B

1234567891011121314151617181920212223242526
  1. <!--
  2. Copyright Louis Dionne 2013-2017
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
  5. -->
  6. <!-- boost-no-inspect -->
  7. <!-- HTML footer for doxygen 1.8.9.1-->
  8. <!-- start footer part -->
  9. <!--BEGIN GENERATE_TREEVIEW-->
  10. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  11. <ul>
  12. $navpath
  13. </ul>
  14. </div>
  15. <!--END GENERATE_TREEVIEW-->
  16. <!--BEGIN !GENERATE_TREEVIEW-->
  17. <hr class="footer"/><address class="footer"><small>
  18. $generatedby &#160;<a href="http://www.doxygen.org/index.html">
  19. <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
  20. </a> $doxygenversion
  21. </small></address>
  22. <!--END !GENERATE_TREEVIEW-->
  23. </body>
  24. </html>