Documentor
The Documentor project is designed to to document your PHP code in 2 stages:
1. PHP to HTML
This takes a complete PHP class file, and converts all code and JavaDoc commenting to HTML. After creating the base documentation, you are encouraged to expand upon the basic information by editing the output in a WYSIWYG editor.
2. HTML to Redmine Wiki
This converts any HTML code to Redmine wiki format, retaining all acceptable formatting, tidying up any erroneous HTML, and even building Redmine wiki links.
Instructions
- Paste some PHP class code into the top panel
- Click "Convert to HTML" to create HTML documentation in the next panel
- Click "Convert to Wiki" to convert to Redmine wiki format
1. PHP
Paste your raw PHP code into the pane (including any tags), and click "Convert to HTML".
2. HTML
Paste your HTML into the pane, and click "Convert to Wiki".
3. Wiki
This is your final Wiki code. Copy and paste to your Redmine Wiki, and you're done.