Documentation of user functions

Here is a piece of a user function documentation part:

<
#@cli _ue_eval_1 :
#@cli : Count segmented pixel and reference cells
#@cli : Input View,Validity Mask
#@cli : _sa0 : Red area
#@cli : _sa1 : Green area
#@cli : _sa2 : Referencearea
#@cli : _sa3 : Reference cell total area
#@cli : _sa4 : Reference cell number
#@cli : _sa5 : Reference cell mean area
#@cli : _sa5 : Reference cell SD area
_ue_eval_1 : v -
<

ASCII, which is similar to help, and HTML generated documentation show the same respecting the lines in the documentation part:

<
_ue_eval_1 ::

  Count segmented pixel and reference cells
  Input View,Validity Mask
  _sa0 : Red area
  _sa1 : Green area
  _sa2 : Referencearea
  _sa3 : Reference cell total area
  _sa4 : Reference cell number
  _sa5 : Reference cell mean area
  _sa5 : Reference cell SD area

<

Not the pdf from tex generated one:

Is there any way to control the line structure in the gmic cli documentation for the tex generated pdf?