It would be great if you could add a user option to choose the kind of comment style to use for the Doxygen comments.
The two options would be:
/**
OR
//
/// @brief
/// @detail
//
The problem with the first style is when you try to comment a function along with the documented block, it doesn't work as expected :
/*
/**
void class::function(param) {
}
*/
It would be great if you could add a user option to choose the kind of comment style to use for the Doxygen comments.
The two options would be:
/**
*/
OR
//
/// @brief
/// @detail
//
The problem with the first style is when you try to comment a function along with the documented block, it doesn't work as expected :
/*
/**
*/
void class::function(param) {
}
*/