//! inner line doc comment | |
/*! inner block doc comment | |
* | |
* /* nested block comment */ | |
*/ | |
// line comment | |
/* block comment | |
* | |
* /* nested block comment */ | |
*/ | |
//// banner comment | |
/// line doc comment | |
/** block doc comment | |
* | |
* /* nested block comment */ | |
*/ | |
struct Success; |