cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Problem with comments
Problem with comments
Jul 5, 2014 at 1:59pm UTC
whiteReve
(15)
hi, i have a problem with comments in C++,& even in Java.
what's the difference between
/*This comment*/
/**And this one*/
thank u.
Jul 5, 2014 at 2:24pm UTC
Peter87
(11234)
/** is often used for documentation. It's used by documentation generators like Javadoc for Java and Doxygen for C++.
http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html
Topic archived. No new replies allowed.