autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

add google-simplified.mustache and sphinx-simplified.mustache

Open johnjim0816 opened this issue 5 years ago • 0 comments

I delete extra blank lines for google format and save as "google-simplied", so that it seems look like better at least for me. An example in python shown as following: '''[summary] Args: init_status ([type]): [description] aim_status ([type]): [description] x_width ([type]): [description] y_width ([type]): [description] Returns: [type]: [description] ''' And also for sphinx: '''[summary] :param init_status: ([type]): [description] :param aim_status: ([type]): [description] :param x_width: ([type]): [description] :param y_width: ([type]): [description] :return: ([type]): [description] '''

johnjim0816 avatar Apr 13 '20 04:04 johnjim0816