DocBlox

PHP 5.3 compatible API Documentation generator aimed at projects of all sizes and Continuous Integration

Release of v0.14.1

Posted on | September 18, 2011 | 8 Comments

I just had a blast presenting ‘DocBlox: your source matters’ at pfCongres 2011; especially exciting was that the new Plugin feature in 0.15.0 was announced here.

Considering the Plugin feature: if you’d like to get a quick impression you can checkout my slides here. A full announcement and documentation will follow soon.

In release 0.14.1 have we fixed several issues that have been discovered with the release of 0.14.0:

  • Firefox layout broke with some versions
  • @uses was not parsed correctly when only one namespace part was provided; the system believed the XPath query to be incorrect
  • defaults of parameters and CONSTANT values were not fully retrieved
  • Pipe sign was missing in return type when using multiple types
  • Project:list task was broken
  • @version was mistakenly recognized as @Version of Doctrine
  • Constant values are now more accurately displayed instead of quotes added by default
  • Moved anchors so click-through would no longer end up underneath the header
Have fun with these fixes and remember 0.15.0 is coming served with Plugins!

Comments

8 Responses to “Release of v0.14.1”

  1. macjohn
    September 19th, 2011 @ 8:30 am

    Some bugs found…

    1) if in docblox.dist.xml I include

    .
    ./NOTES

    I get the following error:

    ERROR: No parsable files were found, did you specify any using the -f or -d parameter?

    If I remove the line ./NOTES all goes as expected

    2) Files inside js folder (jquery, etc…) are not copied. I must copy them manually.

  2. macjohn
    September 19th, 2011 @ 8:36 am

    Some bugs found…

    1) if in docblox.dist.xml I include

    <files>
    <directory>.</directory>
    <file>./NOTES</file>
    </files>

    I get the following error:

    ERROR: No parsable files were found, did you specify any using the -f or -d parameter?

    If I remove the line <file>./NOTES</file> all goes as expected

    2) Files inside js folder (jquery, etc…) are not copied. I must copy them manually.

  3. Carl Helmertz
    September 19th, 2011 @ 12:40 pm

    Great job this far!

    PS: check the link to your slides.

  4. franssen.roland@gmail.com
    September 19th, 2011 @ 12:43 pm

    Slideshare link is broken (misses HTTP protocol scheme)

  5. mvriel
    September 19th, 2011 @ 1:06 pm

    Link is fixed; thanks for mentioning that Carl and Roland!

  6. mvriel
    September 19th, 2011 @ 1:08 pm

    @macjohn I had a bug report (which I could not reproduce) mentioning the same thing but perhaps you have given me the key here.

    I will check this out and fix it

  7. Henk de Vries
    September 30th, 2011 @ 10:25 am

    I don’t know what happened but even the ZF apidocs are b0rked right now and I get the same thing when I run docblox myself. See the site I linked. Notice there are no menus, the h1 and the next adjacent divs are position: fixed. Only the “frames” theme still works and even then the logo is positioned a pixel off.

  8. mvriel
    September 30th, 2011 @ 10:57 am

    @Henk, I see the menu fine; could it be your cache?
    Concerning the H1 and sub-menu there; I just noticed they were off. I will try to fix that and make a 0.13.4. In 0.15.0 this will surely be fixed.

Leave a Reply





  • About DocBlox

    DocBlox has merged with phpDocumentor to become phpDocumentor2. Please come visit http://www.phpdoc.org
  • Admin