Doxdocgen Versions Save

Generate doxygen documentation from source code in VS Code

1.4.0

2 years ago

Feature

  • Use vscode.workspace.workspaceFolders[0] to construct SimpleGit instance (#268) Thanks to @lukester1975

Fix

  • Add official VS Code Language identifier for CUDA (#273) Thanks to @jobtijhuis

1.3.2

3 years ago

Fix

  • Indent alignment not working in file comments (#206) (#236) Thanks to @HO-COOH

  • Several typos (#233) Thanks to @jogo-

1.3.1

3 years ago

Fix

  • Only suggest doxygen snippet's when the cursor is in a comment section (#224) (#229) Thanks to @HO-COOH

1.3.0

3 years ago

Feature

  • Add {file} template, so it can be used in custom tag of both file comments and generic comments (#191) (#221) Thanks to @HO-COOH

1.2.2

3 years ago

Fix

  • Fix tags in generic order not expanded (#204) (#217) Thanks to @HO-COOH

1.2.1

3 years ago

Fix

  • Fix unexpected return tag on non-functions (#210) (#214) Thanks to @HO-COOH

1.2.0

3 years ago

Feature

  • Doxygen command intellisense support (#211) Thanks to @HO-COOH

Other

  • Nicer setting descriptions (#209) Thanks to @HO-COOH

1.1.0

3 years ago

Feature

  • Substitute author and email by git config (#186) (#182) Thanks to @to-s

Other

  • Update to Typescript 3.8.3

1.0.1

3 years ago

Fix

  • Files without includes don't trigger the autocomplete for file description (#141) (#183) Thanks to @to-s

1.0.0

3 years ago

Revert

  • Revert reverting Replace environment variables in templated strings. If no environment variable can be found the name of the variable will be inserted (#110)

Other

  • vsce packaging is forcing yarn even if no yarn config exists. Override this behavior now to use npm. microsoft/vscode-vsce#494