doxdocgen
doxdocgen copied to clipboard
Add parameter types to comments
trafficstars
If I want to add a parameter types for my comments like this
what can I do?
I found in the settings.json of vscode that you can write "doxdocgen.generic.paramTemplate": "@param {param}", I tried to write like
"doxdocgen.generic.paramTemplate": "@param {param} -> {type}", but it can not work great.
Hi @Rossettaylm , this isn't possible yet. Thank you for requesting this feature.
require