When I create a new class in Android Studio
, it automatically generates description above the class as in the following example:
/**
* Created by Tomas on 12.08.2016.
*/
Actually the name Android Studio
uses in the automatically generated doc, which according to the above example is "Tomas", is not correct.
My question is, how to force Android Studio
to generate the documentation of the class with my correct name?