forked from mfulz_github/qmk_firmware
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
This commit is contained in:
parent
3aa8a69246
commit
e9029d49d5
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@ PROJECT_BRIEF =
|
|||
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
||||
# Doxygen will copy the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = ./ManPages/LUFA_thumb.png
|
||||
PROJECT_LOGO = ./DoxygenPages/LUFA_thumb.png
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
@ -855,7 +855,7 @@ HTML_HEADER =
|
|||
# each generated HTML page. If it is left blank doxygen will generate a
|
||||
# standard footer.
|
||||
|
||||
HTML_FOOTER = ./ManPages/footer.htm
|
||||
HTML_FOOTER = ./DoxygenPages/footer.htm
|
||||
|
||||
# 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
|
||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue