Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT and PHP doc @desc
PDT and PHP doc @desc [message #353020] Tue, 28 July 2009 10:30
Eclipse UserFriend
Originally posted by: nomail.nomail.it

Writing descriptions where dot (.) is used, makes al the remaining
description invisible into eclipse/pdt.

E.g., if I write:

/**
Hi. This method is going to do the following
*/

The yellow box that appear when you go with the mouse on the name of the
method show only "Hi."


I don't remember how/where, but I discovered that using @desc solve the
problem. So, this is working:

/**
@desc Hi. This method is going to do the following
*/

But @desc is not in phpdoc tags: where did I found that?! In my dreams? Why
is working while no others random tags works? :-)

Is there another way to make comments with dots working?
Previous Topic:debug configuration not show php webpage
Next Topic:Differences between builds
Goto Forum:
  


Current Time: Wed Sep 25 17:45:11 GMT 2024

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

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

Back to the top