Feature #1501
closedNew module : display doxygen documentation
0%
Description
In an ideal world, thie module could be enabled/disabled independently of the 'repository' module, in such a way one can display the doxygen pages without giving access to the repository.
Doxygen can output html pages, and the module could rely on having a "Doxyfile" on the project repository root directory. The difficult part would be to integrate this with redmine i think. I know nothing about ruby so i can't help much here. I enjoy using redmine on several different sites, each one having several projects.
Updated by F T over 16 years ago
A similar issue could be argued with JavaDoc or any other *doc system out of there.
Updated by Adrian Tarau over 16 years ago
+1, being able to include JavaDoc as a tab(actually to include any external ULR as a tab) it will be great.
Updated by Thomas Capricelli over 16 years ago
Sure, javadoc, pythondoc and so on would be interesting as well.
I agree that being able to add any url as 'tab' would be a great feature, my 'feature request' was also about
- redmine call the proper tool (doxygen...) to update the documentation.
- the generated pages nicely integrated in the site design
"any url as tab" would be a nice workaround until this, though :-)
Updated by Guest Test over 16 years ago
doxygen integration is the single biggest missing feature why I'm not moving from Trac to Redmine.
Just my 2 cent.
Updated by Jean-Philippe Lang over 16 years ago
See the new plugin Embedded. It has builtin templates for javadoc and doxygen files.
Feedback is welcome.
Updated by Thomas Capricelli over 16 years ago
I have never installed a plugin (actually did not even now there was some). I've tried this way (using revision 1666) :
fhweb redmine # svn info Path: . URL: http://redmine.rubyforge.org/svn/trunk Repository Root: http://redmine.rubyforge.org/svn Repository UUID: e93f8b46-1217-0410-a6f0-8f06a7374b81 Revision: 1666 Node Kind: directory Schedule: normal Last Changed Author: jplang Last Changed Rev: 1666 Last Changed Date: 2008-07-13 23:55:13 +0200 (Sun, 13 Jul 2008) fhweb redmine # ruby script/plugin install http://redmine.rubyforge.org/svn/plugins/embedded Plugin not found: ["http://redmine.rubyforge.org/svn/plugins/embedded"]
(Note that the file http://redmine.rubyforge.org/svn/plugins/embedded/README refers to a dead page on the wiki)
I have noticed the page : http://www.redmine.org/wiki/redmine/Plugins
but as i'm supposed to use rails 2.1 with the latest svn, i'm not sure i should follow this.
Updated by Eric Davis over 16 years ago
I was able to install and setup the embedded plugin on my Redmine. I'm using it with rcov reports and RSpec html reports and it's working nicely.
Thomas Capricelli wrote:
(Note that the file http://redmine.rubyforge.org/svn/plugins/embedded/README refers to a dead page on the wiki)
It's working now, the Subversion must have been offline or something.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
Eric, the link inside this file was wrong. It's fixed in r1694.
Updated by Thomas Capricelli over 16 years ago
i'm still not able to install the plugin though : from the redmine dir :
# ruby script/plugin install http://redmine.rubyforge.org/svn/plugins/embedded Plugin not found: ["http://redmine.rubyforge.org/svn/plugins/embedded"]