Bug #16777
Doxygen HTML does not display in embedded module
0%
Description
I'm trying to get our API documentation online, but it looks like the Redmine Embedded plugin isn't cut out for the task: https://cdcvs.fnal.gov/redmine/embedded/artdaq/artdaq/index.html
Any ideas other than going to a different web server and linking to it from our Redmine projects?
History
#1 Updated by Marc Mengel over 3 years ago
Well, Unfortunately doxygen and Redmine have the same names used in their CSS stylesheets,
leading to some confusion -- both use ".tabs" and "#content" and this leads to them fighting
over what the page should look like...
I fixed it up slightly by tweaking the Redmine application.css a bit; but it's kind of time-sucking trying to figure out what is making it unhappy.
#2 Updated by Eric Flumerfelt about 3 years ago
I'm not sure if this is new or not, but the wiki page for the Embedded plugin: http://www.redmine.org/projects/redmine/wiki/PluginEmbedded mentions a Doxygen template...Would it be possible to upgrade and/or enable this functionality?