Skip to content

Commit

Permalink
Update comments within readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrg committed Nov 2, 2016
1 parent 40a09ac commit 54f436e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ Some useful links here:

https://blogs.msdn.microsoft.com/visualstudio/2016/05/11/macros-extension-open-sourced-in-visual-studio-2015/
https://github.com/Microsoft/VS-Macros

* Generate Doxygen comments for a function by simply having the cursor anywhere on the line of the function.
* Generate a new class by simple having a line containing a single word, which can also be preceded with //
* Header guards will be generated on the line where the cursor resides, and combines the path and filename to generate the #define guard.

0 comments on commit 54f436e

Please sign in to comment.