I'm new to android world, i was wondering if there is a way to a documentation to my class, so when i hover on the class object i will be able to retrieve the description like in the following image
in visual studio all i have to do is something like this :
/// <summary>
/// This is the Documentation
/// </summary>
i have tried this and it didn't work