The length of the parameter1
is causing the first row to be multiline rather than a single line; is there a way I can specify the width of field list directive?
:param parameter1: this is the first param..........
:returns:
Current output:
param parameter1:
this is the first param..........
returns:
I want it to be
param parameter1: this is the first param..........
returns: