doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Generate doxygen documentation from source code in VS Code

Results 98 doxdocgen issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

struct /** *@struct **/ enum /** *@enum **/ namespace /** *@namespace **/ Above all , how to generate ? Thanks for your reply!

enhancement

**Describe the bug** The file comment should also trigger, when there is a a non-doxygen comment (like a legal disclaimer) before See screencap: ![Animation](https://user-images.githubusercontent.com/10581931/143854693-cfdcb01d-7d94-43c0-826e-94deedf2da8b.gif) Os: windows 10 VSCode: 1.62.3 Plugin:...

enhancement

**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....

bug

**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...

enhancement
good first issue

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...

enhancement

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": "",...

bug

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...

enhancement

**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...

bug

**Is your feature request related to a problem? Please describe.** no, it's a new feature request. **Describe the solution you'd like** ![image](https://user-images.githubusercontent.com/32629138/146376345-82459f31-547c-42aa-a300-2ae9c665ed3c.png) After the comment is completed, the cursor can...

enhancement