dm_html_comment Function

public pure function dm_html_comment(string) result(html)

Returns HTML comment. The given string is enclosed by <!-- and //-->. This function does not encode the argument.

Arguments

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

Comment string.

Return Value character(len=:), allocatable

Generated HTML.