Customizing Doxycomment for Visual Studio 2005
-
I just downloaded Doxycomment addin for Visual Studio 2005 and gave it a go. It comments in the old C style (
/* comment */
). but this style is not allowed in our company coding policy. How do it make it comment using triple back slashes? Cheers.Almost, but not quite, entirely unlike... me...
-
I just downloaded Doxycomment addin for Visual Studio 2005 and gave it a go. It comments in the old C style (
/* comment */
). but this style is not allowed in our company coding policy. How do it make it comment using triple back slashes? Cheers.Almost, but not quite, entirely unlike... me...
-
Try Tools->Options There should be an entry there for DoxyComment options, where you can change the comment style.
Cheers! It turns out I hadn't registered the add-in path, so Doxycomment wasn't showing up in the Options. Fixed it and now I can access its settings. :thumbsup:
Almost, but not quite, entirely unlike... me...