java - android studio how to configure javadoc and method multiple line format -


android studio javadoc comment: how change format

javadoc @param

 * @param nameofparameterverylong hello world hello world hello world  *                                how  how  how  how  *              

to

 * @param nameofparameterverylong hello world hello world hello world  * how  how  how  how  how  *  

method: change

 public void methodnameveryveryverylong(int param1, int param2,                                         int param2, int param4) 

to

 public void methodnameveryveryverylong(int param1, int param2,          int param2, int param4)  (indented 2 tabs) 

related settings not found under file>settings>editor>coding style>java. configure it?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -