I am developing a library like lodash for different purpose. Similar to lodash a repo contains all methods in js file.
But i am unable to find any efficient way to generate doc like lodash doc.
Any way to efficiently auto generate the doc? Or this is full manual process? Any hints will be so much helpful.