diff options
author | Erik Hallnor <ehallnor@umich.edu> | 2003-10-07 14:54:10 -0400 |
---|---|---|
committer | Erik Hallnor <ehallnor@umich.edu> | 2003-10-07 14:54:10 -0400 |
commit | ff883c7e15ed114e9768497af037f181cd165295 (patch) | |
tree | 7f3308562ffb775010176101c634e65bb7078440 /docs | |
parent | 782f18218c3343aa828f67fe5440d5237968170d (diff) | |
download | gem5-ff883c7e15ed114e9768497af037f181cd165295.tar.xz |
Move documentation pages from html into doxygen. Update Doxyfile to support BitKeeper
Doxyfile:
Update this to ignore the BitKeeper directories. Add a custom footer.
--HG--
extra : convert_revision : c884d0f65b4c23ab7dd6a59eb6d4a83f398815c5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/footer.html b/docs/footer.html new file mode 100644 index 000000000..58fa35fb8 --- /dev/null +++ b/docs/footer.html @@ -0,0 +1,6 @@ +<hr size="1"><address style="align: right;"><small> +Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"> doxygen</a> $doxygenversion</small></address> +<address><a href="mailto:m5-dev@eecs.umich.edu">M5 Development Team</a></address> + +</body> +</html> |