ez.no / ezpublish / documentation / development / using doxygen to create api documentation
These documentation pages are no longer maintained. Please visit the new documentation site.
All of the code in eZ publish is written with Doxygen comments in front of them, with this you can generate API documentation which will give overviews and details of all classes and functions in the system.
The homepage of Doxygen can be found at doxygen.org.
Binary and source can be download from doxygen.org.
Compilation and installation instructions are found on the homepage.
If you prefer RPMs you can try rpmfind.net.
To generate the API doc you require at least version 1.2.17 of doxygen, it is the first version to support the PHP language.
Creating the documentation is done by using the makedoc.sh script. You invoke it with.
bin/shell/makedoc.sh
Alternatively you may run doxygen directly with
doxygen doc/doxygen/Doxyfile
The documentation will be placed in the doc/generated/html directory. Browsing the API doc is done by using the SDK, /sdk/ref.
Comments