doxygen-snippets
Autocomplete snippets for Doxygen comments tool.
omarsotillo 5,915 5 0.1.1 MIT GitHub

atom-doxygen-snippets

Description

Snippets for doxygen in the Atom Editor. ⚡

Imgur

Atom Package: https://atom.io/packages/doxygen-snippets

apm install doxygen-snippets

Or Settings/Preferences ➔ Packages ➔ Search for doxygen-snippets

Usage

Open a C or a C++ file and type the following words to get a determined output.

dfile:

A specific comment block for commenting out files.

Imgur

dfunc:

A specific comment block for commenting out functions.

Imgur

dparam:

A specific comment block for commenting out parameters.

Imgur

dmacro:

A specific comment block for commenting out macros.

Imgur

CONTRIBUTORS

Imgur

Thanks to https://github.com/dongrego89 for the idea.