Open vendion opened 10 years ago
For me that is also a lot desired feature.
I think it just needs to be added to the corresponding template(s).
Now script parses only function header ( public function set($arg) ), not body of function... In function template, there are available variables: {{indent}} {{scope}} {{static}} {{name}}
On 22. červen 2014 14:44:56, Tobias Schlitt wrote:
I think it just needs to be added to the corresponding template(s).
— Reply to this email directly or view it on GitHub https://github.com/tobyS/pdv/issues/10#issuecomment-46780210.
Ah, I see. Well, that is some more effort then. I cannot promise to have time for that in the near future. If anyone has, please feel free to issue a pull request.
If you could also look into adding @throws
statements that'd be awesome.
+1
When generation comments of a function with
pdv
could it also show what the return value is like it does with the@param
. So the end result would look something like the following