For example:
/// from: public void <init>()
/// The returned object must be released after use, by calling the [release] method.
You probably want to use backtick escaping e.g.
/// from: `public void <init>()`
/// The returned object must be released after use, by calling the [release] method.