Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHPDoc: Punctuation in description; Code assist
PHPDoc: Punctuation in description; Code assist [message #66350] Thu, 21 February 2008 10:50 Go to next message
Eclipse UserFriend
Originally posted by: tatsudoshi.criion.net

Is it a bug or am I doing something wrong when doing this:

/**
* Returnes an array containing school urls and title. If blah blah
*
* @param integer $pid
* @return array
*/

or

/**
* Returnes an array containing school urls and title.
* If blah blah
*
* @param integer $pid
* @return array
*/


Everything after the punctuation '.' is not shown in code assist.
Re: PHPDoc: Punctuation in description; Code assist [message #66374 is a reply to message #66350] Thu, 21 February 2008 13:03 Go to previous messageGo to next message
Karsten Dambekalns is currently offline Karsten DambekalnsFriend
Messages: 8
Registered: July 2009
Junior Member
Hi.

tatsudoshi wrote:
> Everything after the punctuation '.' is not shown in code assist.

Probably JavaDoc style - the first sentence is the short description.

Karsten
Re: PHPDoc: Punctuation in description; Code assist [message #66436 is a reply to message #66374] Thu, 21 February 2008 20:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tatsudoshi.criion.net

Do you where the 'long' desc are displayed then?
Re: PHPDoc: Punctuation in description; Code assist [message #67454 is a reply to message #66436] Tue, 25 March 2008 09:40 Go to previous message
Eclipse UserFriend
Originally posted by: newsfrank.xxxxxx.xx

Hi,
I've the same problem with phpDoc and the hover tooltip in eclipse. I
think the first sentence ist the short description but if I press F2 to
focus there is also only the first sentence of the description shown.

Can anybody help me?
Previous Topic:multiple config files for multiple servers
Next Topic:A feature I liked in PHPEclipse
Goto Forum:
  


Current Time: Fri Apr 19 14:31:59 GMT 2024

Powered by FUDForum. Page generated in 0.03827 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top