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

# Description Generate Java comments.

new languge

# Description Generate Comments for Javascript

new languge

# Description Increase code coverage. Mostly negative tests are needed. Codeparsercontroller maybe should be tested as well.

enhancement

We are supporting doxygen commands with template generation but there are a lot more commands that can be generated and it would be really usefull to allow for some kind...

enhancement

**Is your feature request related to a problem? Please describe.** using vscode 1.85, C++, and document generator 1.4.0, how do I insert a "file" comment? Using /** as the trigger...

enhancement

**Is your feature request related to a problem? Please describe.** When working on multiple projects that have different doxygen comment styles, I have to change the trigger sequence and first...

enhancement

**Describe the bug** When you hover over a method, the documentation for that method shows, but the @brief, extra lines, @code, etc. are all crammed together in one blob of...

bug

**Describe the bug** When I type "/**" over a C++ method, the comment block has a closing sequence (*/) right in the middle of the block, before any of the...

bug

**Describe the bug** When typing just above a function '/**' and pressing enter, it tries to pick the function type. But in C++, usually private/public/protected prefixes are being used. So...

bug

# Description My college has some pretty strict coding standards and one of them is with documenting with doxygen. I have gotten pretty far with editing the config so that...