nikhilkalige / docblockr

DocBlockr is a package for Atom which is designed to make writing documentation faster and easier.
MIT License
405 stars 93 forks source link

Usage together with compressor #322

Closed Braintelligence closed 3 years ago

Braintelligence commented 6 years ago

Hi everyone! Excuse me if I missed such an option, but is there any way of getting

/*!
* My docblock
*/

Instead of

/**
* My docblock
*/

?

Use-case is keeping comment blocks made this way even after minification by YUI compressor, for example with https://atom.io/packages/atom-minify

MoritzKn commented 3 years ago

Not sure if there is a configuration for it... if there is, it should be documented in the README. Closing this in an attempted to clean up the issue tracker.