ValaDoc support, correct tabs, fonts and working Search TextBox!!
Go to file
Alex Henrie 90f7d8c4d7 Add ApiGen support
apigen.css was taken from ApiGen's default style.css with 3 changes:
1. All images are inlined as data URIs
2. All styles are restricted to #content
3. The search bar, which doesn't work with Redmine embedded, is hidden
2014-06-10 13:28:11 -06:00
app Getting rid of iconv. 2013-07-18 03:46:45 +04:00
assets Add ApiGen support 2014-06-10 13:28:11 -06:00
config Initial commit 2012-07-23 12:30:42 +02:00
lib Initial commit 2012-07-23 12:30:42 +02:00
COPYING Initial commit 2012-07-23 12:30:42 +02:00
README.md Modified README 2012-07-23 12:33:55 +02:00
init.rb Initial commit 2012-07-23 12:30:42 +02:00

README.md

Redmine Embedded

Plugin for Redmine to embed Doxygen/Javadoc files based on the original by Jean-Philippe Lang but updated for Redmine 2 and Rails 3

To use, create a directory for the HTML documentation and set the owner to the same user as the webserver user running your Redmine installation. Default setting is "/var/doc".

Documentation should be a zip of the root html directory, prefereably compiled without search (CSS needs some work).