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 Hi there, I would like to use in the relative path of the file instead of just the name. When using the reserved word `{name}` I just get...

enhancement
good first issue

# Other - [x] Description Use VS Code extension guidelines to pack the files and ignore all the unused ones. Shrinking the vsix currently from 2.28 MB to ~150 KB...

# Description Seems the plugin doesn't work unless this VSCode setting is enabled: "editor.autoClosingBrackets": "always", (or at least not "never"). It would be nice to use it without requiring closing...

bug

# Description The function pointer type could not get an argument list ## Code example ```C typedef void (*Cbf_ConnectByIp)(void * UsrHandle, char * Ip, unsigned short Port, int Result); ```...

bug

# Description Based on https://www.doxygen.nl/manual/commands.html i would expect that when "doxdocgen.generic.boolReturnsTrueFalse": true is set, then output will contains @retval true .. @retval false ... instead of @return true ... @return...

enhancement
good first issue

Which files must be changed for SystemVerilog language support (only in src/* ?). Can you give me advice?

new languge

# Description I am using this with unreal engine 4 and if i put a macro before the function then it should ignore the macro and generate the doc. ![image](https://user-images.githubusercontent.com/2894306/101584945-bff95200-3a04-11eb-800b-a75d2243a19b.png)...

bug

# Description If a function parameter has the keyword `const`, the generated documentation could have `[in]` appended to `param` to denote it as an input. This can be toggled as...

enhancement

# Description Update nodejs, VS Code engine and typescript to recent versions.

dependencies
Hacktoberfest

# Description Hello, I want to add a new template. ## Code example the doxygen generated is show in the next section ### Expected result /*==================================================================================== * Method : TFTRedraw...