Problem with comments

hi, i have a problem with comments in C++,& even in Java.
what's the difference between

/*This comment*/
/**And this one*/

thank u.
/** 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.