DoxyDoxygen
DoxyDoxygen copied to clipboard
The last word in code documentation generation
My files have a Tab Size of 4, which I'd like to inherit. For example, instead of ``` /** * { function_description } * * @param $args The arguments *...
It will be very awesome if DoxyDoxygen can somehow be integrated to Visual Studio as a plugin too. Just wondering how feasible it is and throwing the idea out there....
Ironically I don't understand how `preferred_comments_styles` works precisely... 1. What does the ordering do? If I put `///` higher it seems to prefer that. 2. Each entry seems to be...
Please see the below minimal example ``` class sample { public: static constexpr int a = 3; }; ``` When I move my cursor on the line of `static constexpr...
I can't figure out how to apply `"preferred_tabs_sizes": [0]` to the JS files only. Tried this: ```js // Settings in here override those in "${packages}/DoxyDoxygen/Doxy.sublime-settings", // and are overridden in...
In Atom, there is no good doxygen plugin like DoxyDoxygen. If this plugin can support Atom, that whould be so great, but I don't know the difficulty for supporting both...
Hi, I found a little 'edge case' not sure if it's worth fixing it, but some php developper use docblock to add generic behaviour for controllers. It's not a wide...
Doxygen has groups http://www.stack.nl/~dimitri/doxygen/manual/grouping.html Code folding between `//! @{` and `//! @}` would be very useful.
Hi, First, thanks for this nice plugin, it's really useful to me ! I wanted to override the auto-filled description for file header in "block_layout", I add this configuration: ```...
Does it make sense to add a default profile for JSX? related with https://github.com/SublimeText/Vue/issues/40