DoxyDoc icon indicating copy to clipboard operation
DoxyDoc copied to clipboard

A sublime text plugin for C++ document autocompletion

Results 12 DoxyDoc issues
Sort by recently updated
recently updated
newest added

I added new patterns for doxygen : class, struct, enum, define, start of file (symbolized by include). When one of these patterns is detected, the special comment block created is...

When selecting multiple lines of a comment and trying to edit them at the same time with ctrl+L, pressing enter will remove all but one of your cursors and only...

Using DocBlockr, when I'm in a multiline comment (opened with `/*` or `/**`), using `alt+q` will re-wrap the multiline comment contents but maintain the leading ` * ` on each...

I type: ```c /* * */ ``` I hit enter after the closing `/` and see: ```c /* * */ * ``` The last ` * ` shouldn't be there!

Simply put, when I press `[enter]` after this: ```c /* Any text... ``` ...I'd like to get this: ```c /* * ``` Whether it automatically adds the closing `*/`, creates...

Theres always (afaik) a trailing whitespace after @details. * @brief Sum with another matrix * @details Sums every element with the corresponding element of the rvalue matrix. * **

When documenting a function with an input parameter of type unsigned int, the parameter is seen to have the name int instead of it's actual name.

Hello there, thanks so so much for producing this extension, it's fantastic! I was wondering if you would consider an option to have something like this: http://www.edparrish.net/common/cppdoc.html#functioncomment i.e. ``` c++...

Hi! Congrats for the project, I really appreciate your hard work. This plugin does help a lot. However, there are come cases such as the next, in which it does...

It would be great if you could add a user option to choose the kind of comment style to use for the Doxygen comments. The two options would be: /**...