We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug
I've set a non-default parameter template setting like this: "doxdocgen.generic.paramTemplate": "@param[in] {param} "
"doxdocgen.generic.paramTemplate": "@param[in] {param} "
Code example
void update(bool finished) override;
Expected result
/// @brief /// @param[in] finished void update(bool finished) override;
Actual result
/// @brief /// @param finished void update(bool finished) override;
Screencaps
none
Your System:
Additional context
There is no workspace setting overwriting my user settings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I've set a non-default parameter template setting like this:
"doxdocgen.generic.paramTemplate": "@param[in] {param} "
Code example
Expected result
Actual result
Screencaps
none
Your System:
Additional context
There is no workspace setting overwriting my user settings.
The text was updated successfully, but these errors were encountered: