https://github.com/davidgraeff/visualstudioextensioncppcommentstubs
Generate Visual Studio XML, native Doxygen, Java-Style or Qt-Style documentation comment stubs for c++ when three forward slashes are typed.
https://github.com/davidgraeff/visualstudioextensioncppcommentstubs
Last synced: 9 months ago
JSON representation
Generate Visual Studio XML, native Doxygen, Java-Style or Qt-Style documentation comment stubs for c++ when three forward slashes are typed.
- Host: GitHub
- URL: https://github.com/davidgraeff/visualstudioextensioncppcommentstubs
- Owner: davidgraeff
- Created: 2015-08-04T14:24:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T15:00:17.000Z (almost 11 years ago)
- Last Synced: 2025-03-17T04:05:29.792Z (over 1 year ago)
- Language: C#
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Visual Studio Extension
Generate Visual Studio XML, native Doxygen, Java-Style or Qt-Style documentation comment stubs for c++ when three forward slashes are typed.
Inspired by CppTripleSlash by chakrab (https://cpptripleslash.codeplex.com/).
## Usage
Just enter three slashes in front of a c++ class or function to generate a Doxygen parseable comment stub.
If you enter three slashes after a variable in the same line, then automatically ///< will be inserted so that the comment
reference the variable before the comment.
### Change comment style
Go to settings -> C++ -> Comment Style to choose between given comment stub styles.
# Build
To build the extension, you probably need a Key.snk file (Visual Studio Strong Name Key File). Please refer
to the MSDN pages for generating one.