Closed JosueGauthier closed 1 year ago
Ha, sorry for taking three centuries to answer :see_no_evil:
You have the Doxyfile-mcss
backwards, it needs to be this instead:
@INCLUDE = Doxyfile
GENERATE_HTML = NO
GENERATE_LATEX = NO
GENERATE_XML = YES
M_SHOW_UNDOCUMENTED = YES
Hello, I want to use the m.css theme with Doygen to generate a HTML site for my doc, so i generate via
./doxygen.py ../../Doxyfile-mcss
And so on index.html i obtain this :But on other page i obtain the old dogen theme :
I change nothing to the Doxyfile and here is my Doxyfile-mcss
Do you have any ideas ? Thanks,