Skip to content
| Marketplace
Sign in
Visual Studio>Tools>AutoDoxyDoc
AutoDoxyDoc

AutoDoxyDoc

Joni-Matti Määttä

|
421 installs
| (0) | Free
Doxygen comment generator for C/C++ (VS2022 edition).
Download

Generates Qt/JavaDoc style Doxygen comments for C++ when /// or /*! is typed.

Generates the following format for functions:

/*!
 *  comment
 *
 *      @param param_name direction comment
 *
 *      @return comment
 *
 *      @remarks
 *      ...
 */

Features:

  • Support for function parameters, return values and template parameters
  • Support for multiline comments
  • File comments with a customizable template
  • Smart TAB indentation when writing multiline comments for any Doxygen tags
  • Autocompletion of Doxygen tags
  • Automatic configurable unabbreviation of words for smart comments
  • Smart comments: Autogenerates comments for function summary, function parameters and return values
  • Smart updating of existing comments (Ctrl+Shift+D): Preserves all existing Doxygen tags and comments and adds/removes parameter and template comments based on the changes done to the function prototype

AutoDoxyDoc also supports some level of customizations:

  • Tag indentation level
  • Tag style: JavaDoc (@tag) or Qt (\tag)
  • Smart comments: Can be enabled/disabled and the comment stubs can be edited.
  • Unabbreviations: List of words to unabbreviate.

New in 1.0.7: Fixed a hang in comment completion with code lines starting with an asterisk. Also some very minor improvements.

New in 1.0.6: Improvements to smart comments and bug fixes.

New in 1.0.5: Support for file comments.

New in 1.0.4: Support for template parameters and minor bug fixes.

Icons made by Vitaly Gorbachev from www.flaticon.com.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft