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** At V1.9.5 version, my mainpage do not show at left size menu when i generate chm document。 But it works ok at html document。 by the way,it...

bug

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

enhancement

**Is your feature request related to a problem? Yes? since I want to have optional parameters more easily apparent.

enhancement

**Describe the bug** constexpr ctor are not recognized. When I remove 'constexpr', everything works fine. **Code example** ```Cpp constexpr relayConfig(int16_t _surplusThreshold, int16_t _importThreshold) : surplusThreshold(abs(_surplusThreshold)), importThreshold(abs(_importThreshold)) { }``` **Expected result**...

bug

For the purposes of style and conformity, we prefer to have ``` Parameters: None Return: None ``` in the generated documentation rather than no mention of parameters and/or return at...

enhancement

**Is your feature request related to a problem? Please describe.** Doxygen supports grouping of functions and variables, so they can share common descriptions or simply can be categorized. The syntax...

enhancement

**Describe the bug** Multiple return types (typically bool) should use `@retval`, not `@return`. **Code example** ```Cpp /** * @brief * * @return true * @return false */ bool some_function(void); ```...

bug

**Describe the bug** When I press enter within a comment block the comment prefix is not inserted on the new line. **Expected result** When I press enter the comment prefix...

bug

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.16.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use of -B in place of the default -b in checkout methods...

dependencies

# Feature ## Fix - [x] Link to issue #267. ## Feature - [x] Description of what's added try to add param type in comments - [x] Gif of your...