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** A clear and concise description of what the bug is. **Code example** ```Cpp enter /** and knock enter ``` **Expected result** ```Cpp /** * @author carolin-violet [email protected]...

bug

Is it possible to place the generated @brief into the first line? Actual result: ```c /** * @brief * @param param1 * @param param2 * @return */ int testFunction(int param1,...

enhancement

# Description Nothing has been generated. ![notworks](https://github.com/cschlosser/doxdocgen/assets/6611880/fe50120f-a957-48b2-a8ec-a16cfbc42fee)

Do you plan to release your tool for Visual Studio (not only code)? It would be great!

enhancement

**Describe the bug** Whenever I type "/**" -which is the trigger- it generates a comment block, in some cases where the function I'm trying to document has a return type...

bug

# Description After typing in `/**` above methods in class and pressing Enter, one extra blank line with no Doxygen command is generated (in the last line before end of...

I'd like to set function name on first line at the doxygen commnt. Is there any macro with fuction name? ex1) ``` /** * myfunc * * @brief * return...

enhancement

# Feature Implements #201. If enabled (and when `boolReturnsTrueFalse` enabled), replaces the `returns` keyword with `retval` for bool functions. I chose to make it controlled by a new setting, rather...

**Is your feature request related to a problem? Please describe.** I'm writing SAS code which has simliar block comments like c/cpp "/* ... */". I can use "EXTENSION_MAPPING = sas=C++"...

enhancement

# Feature - [x] Description of what's added In addition to `{author}` and `{email}`, this PR adds `{date}` to the `@author` tag. - [ ] Added gif to README -...