|
Re: phpdoc for functions [message #27099 is a reply to message #26900] |
Sat, 09 June 2007 00:26 |
Eclipse User |
|
|
|
Originally posted by: turonah.yahoo.com
ivo bathke wrote:
> when you create a new php file with f.e. a class template
> and then type a starting phpdoc comment /** and press enter yo get a
> full phpdoc comment with all params and return listed
> very nice
>
> function aasa($aa,$aas)
> {
> //asdasdasdasd;
> }
>
> -->
>
> /**
> * Enter description here...
> *
> * @param unknown_type $aa
> * @param unknown_type $aas
> */
> function aasa($aa,$aas)
> {
> //asdasdasdasd;
> }
>
> but if you open already existing files and try to do this also
> it wont work?!
>
> do i need to add something in the preferences, if so then where,typing
> maybe?
>
> this feature would really motivate to document my code better
>
> cheers
If you open your outline view, you can right-click on the class,
functions, etc and choose Source->PHPDoc, and it will stub the way you
describe.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03831 seconds