How to generate method comments in idea? -


enter image description here

finally wrong comment on method:

/**  *  * @title   * @description  * @author john zhou  * @param null  * @time 2017/9/11 16:03   */ @getmapping(value = "/") public string login(string str,int ss) {     return "index"; } 
  1. can't generate method name.

  2. can't generate method parameters null.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -