dm_roff_ms_tl Function

public pure function dm_roff_ms_tl(title) result(roff)

Returns macro to add title.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: title

Title.

Return Value character(len=:), allocatable

Output string.


Called by

proc~~dm_roff_ms_tl~~CalledByGraph proc~dm_roff_ms_tl dm_roff_ms_tl proc~dm_roff_ms_header dm_roff_ms_header proc~dm_roff_ms_header->proc~dm_roff_ms_tl