summaryrefslogtreecommitdiffstats
path: root/src/footer_html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/footer_html.h')
-rw-r--r--src/footer_html.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/footer_html.h b/src/footer_html.h
new file mode 100644
index 0000000..adcf367
--- /dev/null
+++ b/src/footer_html.h
@@ -0,0 +1,16 @@
+"<!--BEGIN GENERATE_TREEVIEW-->\n"
+" <li class=\"footer\">$generatedby\n"
+" <a href=\"http://www.doxygen.org/index.html\">\n"
+" <img class=\"footer\" src=\"doxygen.png\" alt=\"doxygen\"/></a> $doxygenversion </li>\n"
+" </ul>\n"
+" </div>\n"
+"<!--END GENERATE_TREEVIEW-->\n"
+"<!--BEGIN !GENERATE_TREEVIEW-->\n"
+"<hr class=\"footer\"/><address class=\"footer\"><small>\n"
+"$generatedby &#160;<a href=\"http://www.doxygen.org/index.html\">\n"
+"<img class=\"footer\" src=\"$relpath$doxygen.png\" alt=\"doxygen\"/>\n"
+"</a> $doxygenversion\n"
+"</small></address>\n"
+"<!--END !GENERATE_TREEVIEW-->\n"
+"</body>\n"
+"</html>\n" \ No newline at end of file