Feature

Incremental processing

As long as you do not clean up your structure XML file, DocBlox will only parse the source files that have actually changed. After the first run this can speed up your documentation generation with up to 80%.

Read more ...

Template

New Black

This is the New Black look and feel for DocBlox

See more ...
Demo
Plugin

Core

The Core of DocBlox consists of the Core plugin. If you do not specify any plugins to use then this one is loaded by default. If you include your own plugins, do not forget to include this one as well.

Read more ...

Latest release: 0.17.2

On the 15th of December we released v0.17.1 and today v0.17.2. These are minor bug fixes and contain the following fixes:
Read more

Features

Fast It is currently able to fully parse and transform Agavi 1.0.4 and Solar Framework in less than 90 seconds. Zend Framework 2 is processed in approximately 17 minutes
Low memory usage During the process I have not yet been able to detect any higher memory usage than 50MB when parsing Zend Framework 2. Agavi and Solar Framework did not even exceed 20MB.
Support for Namespaces No further explanation required, right?
Incremental parsing The parsing process is capable of detecting changes in the given fileset and only parse those files that actually have changed. This will speed up the process a lot for Continuous Integration servers.
  • For example: Agavi 1.0.4 parsed in approximately 3 seconds when no changes where present.
Templating Needs a new text
Plugins if themes do not give enough control over the layout and output format: a developer is able to write a class (called a Writer) which transforms the XML file into the needed output.