Skip to content

jonimat/AutoDoxyDoc

 
 

Repository files navigation

AutoDoxyDoc

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

This is a fork of https://github.com/dragospop/CppDoxyComplete.

Supports the following format:

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

Supports also smart updating of existing comments using Ctrl+Shift+D. Smart updating can preserve existing comments but also add/remove parameter comments based on the changes done to the function parameters.

AutoDoxyDoc also supports some customizations:

  • Tag indentation level
  • Tag style (JavaDoc or Qt)
  • Smart comments: Autogeneration of comments based on the function information
  • Abbreviations: Ability to unabbreviate word for smart comments

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

About

Doxygen comment generator for C/C++.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • CSS 1.5%