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.