@phoenix-plugin-registry/brackets-doxygen
v2.0.0
Published
This extension offers to programmers an easy way to include doxygen comments in their codes.
Readme
#Brackets-Doxygen Extension ##Install from URL
- Open the the Extension Manager from the File menu
- Copy paste the URL of the github repo or zip file
##Install from file system
- Download this extension using the ZIP button above and unzip it.
- Copy it in Brackets'
/extensions/userfolder by selectingHelp > Show Extension Folderin the menu. - Reload Brackets.
##Instructions
By pressing this hot keys you get:
* Alt + D , a doxygen type comment.
* Alt + S , a simple line comment.
* Alt + M , a simple multiline comment.
* Alt + V , a simple comment to document a variable.Note: If you have selected a text, and press Alt + S hot key, Doxygen Extension will comment all the lines with //.
Thanks to: * Eric J https://github.com/wormeyman for find the first error of this plugin.
