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
This commit is contained in:
parent
782f18218c
commit
ff883c7e15
2 changed files with 9 additions and 3 deletions
6
Doxyfile
6
Doxyfile
|
@ -378,7 +378,7 @@ RECURSIVE = YES
|
||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# excluded from the INPUT source files. This way you can easily exclude a
|
||||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||||
|
|
||||||
EXCLUDE = build configs setup */CVS
|
EXCLUDE = build configs setup
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
||||||
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
||||||
|
@ -389,7 +389,7 @@ EXCLUDE_SYMLINKS = YES
|
||||||
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|
||||||
# certain files from those directories.
|
# certain files from those directories.
|
||||||
|
|
||||||
EXCLUDE_PATTERNS =
|
EXCLUDE_PATTERNS = */BitKeeper/* */Attic/* */SCCS/*
|
||||||
|
|
||||||
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||||
# directories that contain example code fragments that are included (see
|
# directories that contain example code fragments that are included (see
|
||||||
|
@ -524,7 +524,7 @@ HTML_HEADER =
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
# each generated HTML page. If it is left blank doxygen will generate a
|
||||||
# standard footer.
|
# standard footer.
|
||||||
|
|
||||||
HTML_FOOTER =
|
HTML_FOOTER = docs/footer.html
|
||||||
|
|
||||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
||||||
# style sheet that is used by each HTML page. It can be used to
|
# style sheet that is used by each HTML page. It can be used to
|
||||||
|
|
6
docs/footer.html
Normal file
6
docs/footer.html
Normal file
|
@ -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>
|
Loading…
Reference in a new issue