Closed
Description
Both /** ... */
and ///
syntaxes.
It should be relatively simple to write a rustdoc pass to pull out these comments. The only complications are that we need to heuristically associate comments with AST nodes, and we have to be able to identify and strip the common wall of stars:
/**
*
* <- these stars are not part of the documentation
*
*/