dfhack icon indicating copy to clipboard operation
dfhack copied to clipboard

`pop-control` control panel help text is unhelpful

Open ab9rf opened this issue 1 year ago • 1 comments

image

This should probably be something other than "@module = true."

ab9rf avatar Jun 12 '24 21:06 ab9rf

this is happening because you haven't built docs recently. If no built docs exist, helpdb will scan the file for inline docs, using the first comment line as the short description. However, we should not be using --@ lines as the tool short description even if they are on the first line.

myk002 avatar Jun 13 '24 00:06 myk002