dm_roff_ms_sh Function

public pure function dm_roff_ms_sh(level, text) result(roff)

Returns macro to add section heading (without number).

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: level

Heading level (depth).

character(len=*), intent(in) :: text

Heading text.

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_ms_sh~~CallsGraph proc~dm_roff_ms_sh dm_roff_ms_sh interface~dm_itoa dm_itoa proc~dm_roff_ms_sh->interface~dm_itoa