Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

reflowing JSdoc fails #9

Closed
notslang opened this issue May 8, 2014 · 1 comment
Closed

reflowing JSdoc fails #9

notslang opened this issue May 8, 2014 · 1 comment

Comments

@notslang
Copy link

notslang commented May 8, 2014

###*
 * Constructor, options are passed in from the cli tool or manually when using nsync as a library.
 * By default, it just sets schema properties that all transports use.
 * @param {[type]} options [description]
 * @return {[type]} [description]
 * @extend
###

get's reflowed into this:

###*
 * Constructor, options are passed in from the cli tool or manually when using
 * nsync as a library. By default, it just sets schema properties that all
 * transports use. @param {[type]} options [description] @return {[type]}
 * [description] @extend
###

...which is pretty clearly wrong. It would be great if autoflow had the same behavior as ST2's wrap-plus package, which reflows to look like this:

###*
 * Constructor, options are passed in from the cli tool or manually when using
   nsync as a library.
 * By default, it just sets schema properties that all transports use.
 * @param {[type]} options [description]
 * @return {[type]} [description]
 * @extend
###
@daviwil
Copy link
Contributor

daviwil commented Sep 11, 2018

This issue was moved to atom/atom#18032

@daviwil daviwil closed this as completed Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants