Dasonk / docstring

Provides docstring like functionality to R functions without requiring the need to create a package.
57 stars 6 forks source link

Allow repeats of # in #' #31

Closed ghost closed 2 years ago

ghost commented 3 years ago

In read_docstring, allow for multiple "#" when detecting roxygen comments (line 18). Any extra "#" beyond one gets removed (line 31).

Dasonk commented 2 years ago

I don't see the harm in that. And as a former ESS user I can appreciate how this would be helpful.

Dasonk commented 2 years ago

Would you be willing to add yourself to the DESCRIPTION file as a contributor? Just follow the same template as Neal and provide another Pull Request and I'll merge it in.

ghost commented 2 years ago

Thanks for merging the change!