-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Is your feature request related to a problem? Please describe.
using vscode 1.85, C++, and document generator 1.4.0, how do I insert a "file" comment? Using /** as the trigger I get generic comment, is there a special trigger to insert doxygen file comment?
Describe the solution you'd like
Something in the documentation to explain how to get file comment generated, if this is indeed possible. I've played around trying various things e.g. /** on first line in file
luc0x61