Skip to content
New issue

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

In trouble in getting /** \brief XXXXXX */ #340

Open
958117216 opened this issue Feb 12, 2025 · 0 comments
Open

In trouble in getting /** \brief XXXXXX */ #340

958117216 opened this issue Feb 12, 2025 · 0 comments

Comments

@958117216
Copy link

Is it possible to get /** \brief XXXXXX / in only one line and the cursor is in the correct position i.e. after the comment is generated, the cursor is after brief i.e. /* \brief (the cursor should be here) */ .

but the reality is (the cursor is here)/** \brief */

VScode setting is
"doxdocgen.generic.authorTag": "",
"doxdocgen.generic.briefTemplate": "/** \brief {text} */",
"doxdocgen.c.firstLine": "",
"doxdocgen.c.commentPrefix": "",
"doxdocgen.generic.paramTemplate": "",
"doxdocgen.generic.returnTemplate": "",
"doxdocgen.file.fileOrder": [],
"doxdocgen.file.versionTag": "",
"doxdocgen.generic.dateTemplate": "",
"doxdocgen.c.lastLine": "",
"doxdocgen.generic.generateSmartText": false,
"doxdocgen.c.triggerSequence": "44",
"doxdocgen.generic.order": [
"brief",
],

Interestingly, change "doxdocgen.generic.order": [
"brief",
], to "doxdocgen.generic.order": [
"brief","copyright"
],

the cursor is in the correct position ,but there is one more line of copyright.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant