skia2/tools/doxygen/footer.html
Joe Gregorio dd51aacdb1 Get doxygen working again.
This also enables MarkDeep for the comments, but I haven't added
any examples of that yet.

Screenshots:
  https://screenshot.googleplex.com/mUCgtAesDWt.png
  https://screenshot.googleplex.com/S1p4Dhpn6KW.png

Bug: skia:
Change-Id: I4f645ef1050d26c7a4660a1fc28a8d41f085f4f8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198241
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
2019-03-08 16:06:03 +00:00

25 lines
809 B
HTML

<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">$generatedby
<a href="http://www.doxygen.org/index.html">
Doxygen</a> $doxygenversion on $date</li>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
$generatedby &#160;<a href="http://www.doxygen.org/index.html">
Doxygen
</a> $doxygenversion on $date
</small></address>
<!--END !GENERATE_TREEVIEW-->
<script>window.markdeepOptions = {mode: 'doxygen'};</script>
<script src="https://casual-effects.com/markdeep/latest/markdeep.min.js"></script><script src="markdeep.min.js"></script>
</body>
</html>