poise icon indicating copy to clipboard operation
poise copied to clipboard

Add an optional way to prevent docstring consumption

Open saint-justin opened this issue 6 months ago • 1 comments

Currently, slash command docstrings are consumed by Poise's slash command macro to be used for Discord helper text content. While this is expected behavior, it prevents packages from using that same info from being consumed by cargo doc to generate documentation for commands built with the slash command macro.

It would be fantastic to have the option to have some delineation between the two types of comments to allow cargo doc to generate documentation as usual or in a slightly adjusted way.

TL;DR: It would be nice to be able to use docstrings for both help information in Discord and for cargo doc outputs somehow.

saint-justin avatar Jan 04 '24 18:01 saint-justin