My plan is to use my tiny dependencies manager(theme, controller, etc..) to sync versions of all the apps at once, and generate their documentation automatically.
@neauoire probably way too verbose for you but a cabal collaborator recently used jsdocs to create auto-generating api docs
@neauoire that's pretty decent, i think a description str would help a lot of people for certain functions
@cblgh what I'm missing tho, is a better parsing/printing of the default values for optional parameters.
@neauoire yeah for cabal's docs we opted for [optionalArg]
i don't know how you would solve parsing. maybe an opts object in the function signature, with parameters defined somewhere per function