This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148484 - Enhanced PHPDoc generation for variables, functions and classes
Summary: Enhanced PHPDoc generation for variables, functions and classes
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 13:38 UTC by oopman
Modified: 2012-12-19 15:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oopman 2008-09-26 13:38:10 UTC
Hey, a minor feature request. The current auto-gen of PHPDoc comments for functions works pretty well.

It would be nice, however, if it could be extended a little.

With regards to classes, generation of the @uses tag would be nice, while with functions and variables
it would be nice if the @access tag was generated.

Keep up the great work guys :-)
Comment 1 Petr Pisl 2008-10-14 12:20:42 UTC
Probably it would be good to provide template, which can be edited by the user. 
Comment 2 oopman 2008-10-15 08:08:48 UTC
Well, the template thing works for the class PHPDoc section, but the @access tag is part of the method/function PHPDOc
gen component.
Comment 3 oopman 2008-10-15 09:16:37 UTC
Well, the template thing works for the class PHPDoc section, but the @access tag is part of the method/function PHPDOc
gen component.
Comment 4 Tomasz Slota 2010-02-10 08:45:00 UTC
reassigning to default owner
Comment 5 Filip Zamboj 2010-09-15 12:26:46 UTC
batch reassigning
Comment 6 Ondrej Brejla 2012-12-19 15:17:54 UTC
For me it's won't fix in the era of PHP 5.4, namespaces and such.