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

Add ability to pick what custom tag to use #316

Open
NickBishop97 opened this issue May 18, 2023 · 0 comments
Open

Add ability to pick what custom tag to use #316

NickBishop97 opened this issue May 18, 2023 · 0 comments

Comments

@NickBishop97
Copy link

NickBishop97 commented May 18, 2023

Is your feature request related to a problem? Please describe.
I'm trying to create a custom generated doxygen comment for functions, but I need to include things that require the custom field and normal features(brief, return, param, tparam). However, I need these custom fields to be included in certain positions and not print the whole field each time a custom tag is seen by the parser.

Describe the solution you'd like
I would want the custom Tags to be the same but the order be along the lines of picking which item from the custom tag to print. This new syntax would also apply to the file custom tag also. However you could still use the old method to print the whole custom tag list.

  "doxdocgen.generic.customTags": [
   "details",
   "pre",
   "post"
],

  "doxdocgen.generic.order": [
    "brief",
    "custom{0}",   // Print out details only
    "param [in]",
    "param [out]",
    "custom{1}",    // Print out pre only
    "custom{2}",   // Print out post only
],

Additional context
Picture of what it would look like when generated

Code_rxCRUq7bTR

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

1 participant