dm_roff_tbl Function

public function dm_roff_tbl(format, data, all_box, box, double_box, center, expand, no_spaces) result(roff)

Uses

  • proc~~dm_roff_tbl~~UsesGraph proc~dm_roff_tbl dm_roff_tbl module~dm_string dm_string proc~dm_roff_tbl->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 table markup for tbl(1).

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: format(:,:)

Table format.

character(len=*), intent(inout) :: data(:,:)

Table data.

logical, intent(in), optional :: all_box

Encloses each item of the table in a box.

logical, intent(in), optional :: box

Encloses the table in a box.

logical, intent(in), optional :: double_box

Encloses the table in a double box.

logical, intent(in), optional :: center

Centers the table (default is left-justified).

logical, intent(in), optional :: expand

Makes the table as wide as the current line length.

logical, intent(in), optional :: no_spaces

Ignore leading and trailing spaces in data items.

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_tbl~~CallsGraph proc~dm_roff_tbl dm_roff_tbl interface~dm_present dm_present proc~dm_roff_tbl->interface~dm_present proc~dm_string_append dm_string_append proc~dm_roff_tbl->proc~dm_string_append