Was reading Sams Teach Yourself C++ in One Hour a Day, when I came across the following 'note';
Quote
NOTE
A third style of comment is supported by some C++ compilers. These comments are referred to as document comments and are indicated using three forward slashes (///). The compilers that support this style of comment allow you to generate documentation about the program from these comments. Because these are not currently a part of the C++ standard, they are not covered here.
A third style of comment is supported by some C++ compilers. These comments are referred to as document comments and are indicated using three forward slashes (///). The compilers that support this style of comment allow you to generate documentation about the program from these comments. Because these are not currently a part of the C++ standard, they are not covered here.
This book is very recent (Copyright 2009, First Printing July 2008).
So I now I have two questions about this;
- This 3rd style of commenting, which C++ compilers support it?
- Is there talk of making this part of the C++ standard, and if so, please give me a link!
- Is Document Comments the official name for this?
Please answer my questions.
Thanks in advance,
Panarchy


Sign In
Create Account


Back to top









