fortplot_doc_text Module

Text processing utilities for documentation generation



Functions

public pure function title_case(name) result(title)

Arguments

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

Return Value character(len=FILENAME_MAX_LEN)

public pure function get_output_title(filename) result(title)

Arguments

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

Return Value character(len=FILENAME_MAX_LEN)


Subroutines

public subroutine process_image_path(line, example_name)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: line
character(len=*), intent(in) :: example_name