You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: The Generate Doxygen Comment doesn't work when the // is added because it's designed to only work if there's no pre-existing comment. Suggesting show some info message explaining why it didn't work
Repro Steps:
Download SingleRootProject and open with VSCode, then open doxygen_generation.cpp file.
Type // on line 2.
Navigate and Click on the ‘add_nmbers’ function.
Right-click on the mouse and click on the ‘Generate Doxygen Comment’ button.
Expected Result: It is recommended to display some information explaining why generating Doxygen comments does not work when // is added
Actual Result: “Generate Doxygen Comment” doesn't work when // in the second line and after
The text was updated successfully, but these errors were encountered:
Feature Request
Feature Request: The Generate Doxygen Comment doesn't work when the // is added because it's designed to only work if there's no pre-existing comment. Suggesting show some info message explaining why it didn't work
Repro Steps:
Expected Result: It is recommended to display some information explaining why generating Doxygen comments does not work when // is added
Actual Result: “Generate Doxygen Comment” doesn't work when // in the second line and after
The text was updated successfully, but these errors were encountered: