electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
866 stars 138 forks source link

drip module #45

Closed beserge closed 4 years ago

stephenhensley commented 4 years ago

Update the documentation so that it matches doxygen formatting (interestingly this won't register as being documented, and therefore won't throw errors).

check through some of the other files for syntax as necessary, but pretty much

/** Description

    Any other details

    \param foo array
    \param size number of elements in foo or whatever
    \return a magic spell designed by foo runes
*/
magic_spell create_spell(void* foo, size_t size);