Eclipse PHP - How to make the comment styling agree with Doxygen -
i'm using doxygen eclox plug in on eclipse helios php project.
nearly fine, but:
the eclipse auto comment system generates style:
* @param typename $parametername
...whereas doxygen expects opposite:
* @param $parametername [typename]
(actually, doxygen doesn't know type names in php, far can see - use convention of making them first word of comment).
not mean i'm continually having delete "unknown_type" eclipse puts in, uses variable names comments in outline generator (rather variable names in code). having set comments work doxygen, outline generator has lost parameter names.
does know how set eclipse/eclox/doxygen differently?
this feature implemented in recent releases of doxygen. see https://bugzilla.gnome.org/show_bug.cgi?id=613185
@var , @return still not supported.
Comments
Post a Comment