cbillingham/docconvert

Support for async definitions

Closed this issue · 3 comments

Thanks for writing this tool! I tried using it on a project in which we have several async defs, and found that those dostrings seem to be ignored. Is this expected, or is there a way to make it work for async code as well?

Oh yeah. We're probably just missing handling that in the AST parsing part. Let me see how complex it would be to add it in and I'll get back to you. Thanks for opening an issue!

Yep looks like we were just missing parsing for async function defs. I went ahead and added support for that. Will push up a new version when that is merged

Released in v2.1.0. Thanks for reporting the issue