org-arl / SignalAnalysis.jl

Signal analysis toolbox for Julia
MIT License
41 stars 10 forks source link

Docstrings #2

Closed baggepinnen closed 4 years ago

baggepinnen commented 4 years ago

A docstring like this "Plot power spectral density of the signal." Can actually cause more harm than good. Without it, a call to hepl on the function name gives you the signature. With the docstring, you only get the docstring. Compare:

mchitre commented 4 years ago

Noted. Documentation in this repo is still work in progress, and not in a form that I'd like it to be. Thanks for the pointers, they'll be useful when I'm ready to get the documentation in place.

mchitre commented 4 years ago

Fixed.