Nick Fisher
Nick Fisher
What would it look like? I'm not a Ruby dev, so I don't know what the standard method is, but looking at TomDoc and RDoc, they seem to be vastly...
Hey python developers... want to take a look at the source and help out? If you see it, you'll understand I'm no python dev.
Looks like a bug!
Actually, this works for me. Here's the template output: ``` php /** * [foo description] * @param FactoryFoo $foo [description] * @param integer $bar [description] * @param string $baz [description]...
Oh right, you mean when you're editing it should keep the tags aligned? In that case, it's the same as good old issue #14 My basic feeling on this is...
Yeah, I think a "re-align comments" button could work well. It could even be rolled into the `alt+q` shortcut which already exists. PRs welcome :wink:
Documenting generated functions is a difficult one, since it's very difficult to statically tell what the result will be (_especially_ without using a proper parser). If we searched the arguments...
This isn't how Java/JS Docs are written in my experience. Is there a tool or some example of a codebase which uses this style?
True, but how would you trigger that? The ugly double comments have the advantage that they're already in a comment. Perhaps: ``` javascript /** * Blah blah| */ /*************\ *...
I'll take a look.