JPNaude / Qtilities

Building blocks for Qt applications
http://jpnaude.github.io/Qtilities/
Other
137 stars 39 forks source link

doxygen docs don't build on case sensitive systems #116

Closed code0x378 closed 8 years ago

code0x378 commented 10 years ago

docs/sources/header.html needs to be capitalized or doxygen fails

JPNaude commented 10 years ago

Thanks, please try latest commit.

code0x378 commented 10 years ago

doxyfile_packages build but websites don't. doxyfile_website needs lowercase..

HTML_HEADER = "sources/Header.html" HTML_FOOTER = "sources/Footer.html"

and doxyfile_website_with_tracking has

HTML_FOOTER = "sources/footerwithtracking.html"

but the actual file name is CamelCase.

Obviously this is minor and website docs probably don't matter to people. Just mentioning. Thanks.