Version: (using KDE KDE 3.1) Installed from: Mandrake RPMs This is probably related to bugs 53372 and 55729 Current release 1.1.1: documentation blocks for attributes and methods are produced in generated php code, but not java. Tags should be properly formated for javadoc etc, such as @author Me @version 1.0 @see other::class @param in @return out should be created on separate lines as * @author me etc. At present all on one line
Update for version 1.2.2: java output now looks ok, but php output still creates comments on one line example: * class User * @author Me @version 1.0 should read * class User * @author Me * @version 1.0
This is down to the formatDoc() method in codegenerator.cpp
It's fixed here. Just waiting for CVS to warm up before commit