It would be useful to be able to include lists in doc comments: ``` /** * This module does: * * - A thing. * - Another thing. * - One more thing. */ ```
It would be useful to be able to include lists in doc comments: