Jump to content

documentation comment

- - - - -

  • Please log in to reply
3 replies to this topic

#1
irancplusplus

irancplusplus

    Learning Programmer

  • Members
  • PipPipPip
  • 65 posts
Hi
Do we have documentation comments in C++?
///documentation comment

Edited by irancplusplus, 17 November 2011 - 02:38 PM.


#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
It depends on your editor. It's not inherently part of the language, but there are some tools that will parse them out for you.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
irancplusplus

irancplusplus

    Learning Programmer

  • Members
  • PipPipPip
  • 65 posts
thanks

Quote

It's not inherently part of the language
So adding or removing a documentation comment will have no effects on final .exe file? am I correct?

#4
Flying Dutchman

Flying Dutchman

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 889 posts
  • Location:::1
Yes, you are right. Any kind of comments are skipped by compiler.
A conclusion is where you got tired of thinking.
#define class struct    // All is public.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users