Comment C++ code like C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Torben Laursen

    #1

    Comment C++ code like C#

    Hi,

    Is there a way to automatic comment C++ code just as for C# in visual studio

    I ask since I would like to use the same syntax and it is very time
    consuming to enter the base structor by hand.

    Thanks Torben

  • Ben Voigt [C++ MVP]

    #2
    Re: Comment C++ code like C#


    "Torben Laursen" <does@not.workw rote in message
    news:85FE0555-EFEC-4BD5-9274-42C620F55214@mi crosoft.com...
    Hi,
    >
    Is there a way to automatic comment C++ code just as for C# in visual
    studio
    >
    I ask since I would like to use the same syntax and it is very time
    consuming to enter the base structor by hand.
    You might try: http://doxycomment.sourceforge.net/
    >
    Thanks Torben

    Comment

    Working...