Simplify documentation comments
Created by: wangkuiyi
We might not need to use heavy comments like
/**
*/
///
//!
in function definitions.
The basic idea is that the source code should be its own document.
If adding comments would make the soure code itself lengthy and hard to read, we'd prefer less comments.