dm_roff_ms_pp Function

public pure function dm_roff_ms_pp(text) result(roff)

Uses

  • proc~~dm_roff_ms_pp~~UsesGraph proc~dm_roff_ms_pp dm_roff_ms_pp module~dm_string dm_string proc~dm_roff_ms_pp->module~dm_string module~dm_error dm_error module~dm_string->module~dm_error module~dm_kind dm_kind module~dm_string->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns macro to add standard paragraph.

Arguments

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

Paragraph text.

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_ms_pp~~CallsGraph proc~dm_roff_ms_pp dm_roff_ms_pp proc~dm_string_is_present dm_string_is_present proc~dm_roff_ms_pp->proc~dm_string_is_present