Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File comment #331

Open
stegzzz opened this issue Dec 13, 2023 · 2 comments
Open

File comment #331

stegzzz opened this issue Dec 13, 2023 · 2 comments

Comments

@stegzzz
Copy link

stegzzz commented Dec 13, 2023

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
Copy link

luc0x61 commented Jan 10, 2024

@stegzzz Same here: I confirm that the latest 1.4.0 doesn't insert the file comment, opening the trigger comment on line 1

@SeekerDexter
Copy link

I also had same issue, my env like:

  • ext version: v1.4.0
  • vscode ver: 1.89.1
  • OS: MacOS Ventura 13.6.6

I solved this problem by adding configuration in settings.json:

{
  "doxdocgen.c.triggerSequence": "/**"
}

But I don’t think it’s elegant for users to add it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants