dm_roff_ms_nh Function

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

Returns macro to set section heading macro (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_nh~~CallsGraph proc~dm_roff_ms_nh dm_roff_ms_nh interface~dm_itoa dm_itoa proc~dm_roff_ms_nh->interface~dm_itoa