Page 1 of 1

(done) Description when phpdoc comments are on a single line

PostPosted: June 25th, 2018, 2:53 pm
by antiriad
Just a small thing, so please ignore if it's a pain to implement. I noticed that when using phpdoc comments in the format @var <type> <description> the description is not picked up:

Screenshot_357.png


However, they work fine when split over multiple lines:

Screenshot_358.png


http://docs.phpdoc.org/references/phpdo ... tml#syntax

Re: Description when phpdoc comments are on a single line

PostPosted: June 26th, 2018, 8:24 am
by Jakub Misek
Thanks for the feedback. Will be added in a future version.

Re: Description when phpdoc comments are on a single line

PostPosted: June 28th, 2018, 9:02 am
by Jakub Misek
The feature will be available in the next update.
Thanks!

Re: Description when phpdoc comments are on a single line

PostPosted: July 20th, 2018, 4:46 pm
by antiriad
Thank you. This is working perfectly now. I'll be documenting a lot more of my code :)