PHPDoc comments and dots.
Posted: Sun Jun 14, 2009 9:18 am
Hello,
I've been working with Zend Studio a lot and I wonder why I can't have a dot "." in a comment without the rest of it getting cutted? For example:
Now when I view it in Zend Studio, I will only see "Something with a dot" and that's it. Is there a reason why it cuts the rest of the comment? Sometimes I may want to have more than one sentence..
I'm not sure if this is the appropriate forum for this, but I don't think this belongs to PHP Code -forum.
I've been working with Zend Studio a lot and I wonder why I can't have a dot "." in a comment without the rest of it getting cutted? For example:
Code: Select all
/**
* Something with a dot. More text.
* Continues to next line.
*/I'm not sure if this is the appropriate forum for this, but I don't think this belongs to PHP Code -forum.