Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

PHPXref: Difference between revisions

From MoodleDocs
(new page created for some detailed instructions on using PHPXref)
 
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
== What is PHPXref? ==
PHPXref is a developer tool that's designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself.
It works by scanning a project directory and translating the files it finds into readable cross-referenced HTML, simultaneously utilizing comments in the code to produce documentation to accompany it.
The result is a collection of plain HTML files that can be read using any browser, with no supporting software required. <br />
(see http://phpxref.sourceforge.net)


{{CategoryDeveloper}}
{{CategoryDeveloper}}

Revision as of 17:25, 22 March 2009


What is PHPXref?

PHPXref is a developer tool that's designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself.

It works by scanning a project directory and translating the files it finds into readable cross-referenced HTML, simultaneously utilizing comments in the code to produce documentation to accompany it.

The result is a collection of plain HTML files that can be read using any browser, with no supporting software required.
(see http://phpxref.sourceforge.net)


Template:CategoryDeveloper