doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Generate doxygen documentation from source code in VS Code

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

**Describe the bug** Changing the prefix for the templates does not return the expected result. I tried to change the templates from "@brief" to "\brief" and the auto-generation still generates...

bug

**Describe the bug** This is mostly a documentation bug: There is no clear statement in the main README.md about which languages are supported. The screenshots *imply* C++, however, C++ is...

bug

```json "doxdocgen.c.lastLine": "*/", "doxdocgen.c.firstLine": "/*!", "doxdocgen.c.commentPrefix": " ", "doxdocgen.c.triggerSequence": "//", "doxdocgen.generic.useGitUserName": true, "doxdocgen.generic.useGitUserEmail": true, "doxdocgen.generic.commandSuggestion": true, ``` See screencap: ![1](https://user-images.githubusercontent.com/59302530/194599579-960cac8e-4d2b-4602-a0b3-6d10f3447719.gif) VSCode: 1.69.2 cschlosser.doxdocgen: v1.4.0 OS: Windows_NT x64 10.0.19044

bug

**Is your feature request related to an issue? Please describe.** I would like it to be possible to configure the color of the warning flag, or that it be red...

enhancement

**Is your feature request related to a problem? Please describe.** It seems like the extension does only work for C++ or C, it would be amazing to be able to...

enhancement
new languge

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

When working in a multi root workspace, the doxdocgen settings cannot be defined at folder level. The issue for me is that different projects in my workspace do not use...

enhancement

# Description I would like to individualize the file and the functions heading. The file heading works just fine. The function heading don't. Is it possible to tabify entries? ##...