mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
406 stars 92 forks source link

m.css theme applied on main page but not on others #237

Closed JosueGauthier closed 1 year ago

JosueGauthier commented 1 year ago

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 :

Screenshot from 2023-05-02 18-04-50 But on other page i obtain the old dogen theme : Screenshot from 2023-05-02 18-06-48

I change nothing to the Doxyfile and here is my Doxyfile-mcss

@INCLUDE                = Doxyfile
GENERATE_HTML           = YES
GENERATE_LATEX          = NO
GENERATE_XML            = NO
M_SHOW_UNDOCUMENTED     = YES

Do you have any ideas ? Thanks,

mosra commented 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