> Would it be difficult to enamble doc tool to handle expanded macros? I love > generating docs in Rust's macros so I thought it would be really nice when > you have repetitive routines as I could use a macro and the user still have > nice docs for each routine independently.
`nim doc2` does expand macros. (Soon to be renamed into `nim doc`.)
