ZF-5225: problem in api documentation on Zend_Version::compareVersion on returned values
Description
In latest api documentation, there's an error on Zend_Version::compareVersion which states twice 'return 1' instead of 'return 0 and return 1'. Cf. screenshot.
It's strange because when looking at the code, documentation written in Zend/Version.php is correct, it's only api doc generated with phpDoc which looks like having this problem.
Cheers, Remy
Comments
Posted by Remy Damour (remy215) on 2008-12-12T03:11:15.000+0000
screenshot of bug
Posted by Wil Sinclair (wil) on 2009-01-19T07:54:49.000+0000
Alex, can you please look in to this?
Posted by Alexander Veremyev (alexander) on 2009-01-19T08:36:28.000+0000
It seems it's a problem with documentation build tool. Dockblock is correct, but '0' is interpreted as enumeration starting.
Posted by Thomas Weidner (thomas) on 2011-09-04T13:12:33.000+0000
Checked with latest build available online under http://framework.zend.com/apidoc/core/. This failure is no longer seen.