doxdocgen
doxdocgen copied to clipboard
Generate doxygen documentation from source code in VS Code
**Is your feature request related to a problem? Please describe.** This is mostly related to the `[in/out]` direction specifiers for parameters in c/c++. I usually specify all non-pointer parameters with...
struct /** *@struct **/ enum /** *@enum **/ namespace /** *@namespace **/ Above all , how to generate ? Thanks for your reply!
**Describe the bug** The file comment should also trigger, when there is a a non-doxygen comment (like a legal disclaimer) before See screencap:  Os: windows 10 VSCode: 1.62.3 Plugin:...
**Describe the bug** A clear and concise description of what the bug is. intellisense is not working when a file is .c or .h, but it works for cpp files....
**Is your feature request related to a problem? Please describe.** The function of “Doxdocgen › C: Comment Prefix” is "The prefix that is used for each comment line except for...
I actually like the c/dtor texts. But they should overwrite the brief template. On the empty lines: This is my config now. It works great for functions and methods (as...
There is also an issue with the file comments and my settings: ``` "doxdocgen.generic.briefTemplate": "{text}", "doxdocgen.generic.customTags": [""], "doxdocgen.generic.paramTemplate": "\\param[] {param}{indent:32}", "doxdocgen.generic.returnTemplate": "\\retval {indent:32}", "doxdocgen.c.commentPrefix": "//! ", "doxdocgen.c.lastLine": "", "doxdocgen.c.firstLine": "",...
This issue comes from the last comments on https://github.com/cschlosser/doxdocgen/issues/14. Something like ``` /** * @brief * @id * @name */ struct student { int id; char name[16] }; ``` will...
**Describe the bug** when i want to edit a doxygen command like @brief . i type @b , it can't list the list of auto-complete. **Screencaps** i haven't saw anything...
**Is your feature request related to a problem? Please describe.** no, it's a new feature request. **Describe the solution you'd like**  After the comment is completed, the cursor can...