Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 399 Bytes

CppDoxyComplete

Generate Qt style documentaton comment stubs for c++ when three forward slashes are typed

This is a fork of https://github.com/tcbhat/cpptripleslash that generates Qt style comments instead of xml triple slash comments.

For now it supports the

/*!
 *
 *
 * \param param_name format
 */

Version 2 should be configurable, but I can't promise I have time for this.