Hello, doxygen-users,
I’m a newbie Doxygen user, using doxygen 1.8.5 on a Linux system. Input is C++, output is HTML.
I’d like to include a copyright/legal notice in the footer. I had no trouble creating a custom footer HTML file and getting it into my output. And I further customized its appearance by creating a custom CSS and referencing it in the HTML_EXTRA_STYLESHEET option.
But then in my Doxyfile config file, I set the GENERATE_TREEVIEW to YES, and the custom footer disappeared! When I reset that option to NO, and return to the default tabs-at-the-top format, the custom footer returns.
My CSS and HTML knowledge isn’t very deep, so perhaps the issue is that in “frame-like” pages you can’t include a footer? But the default “Generated by doxygen 1.8.5” info *IS* appearing below the “frameset”. So something obviously can be place at the bottom of the page. And so I’d like it to be my copyright/legal notice.
Any suggestions?
Thanks so much,
-Monique |