I know i can use < para /> to create multiline function comments
/// <summary>
/// updates the car scrolling.<para />
/// there are also colors
/// <para />while clearall will remove all </summary>
/// <param name="status">optional to add a new car </param>
public void UpdateDrawing(int updatestatus = bgcar.color.none)
but that behaviour isnt like a linebreak \n it rather behaves like a double line brake ( \n\n ). Is there a way to have only a single line break. So textblocks could be created for intellisence
and
as well but its ignored by intellisense. While that