fortplot_doc_constants Module

Constants for documentation generation


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: PATH_MAX_LEN = 256
integer, public, parameter :: FILENAME_MAX_LEN = 256
integer, public, parameter :: LINE_MAX_LEN = 1024
integer, public, parameter :: MAX_EXAMPLES = 20
integer, public, parameter :: MAX_MEDIA_FILES = 10
integer, public, parameter :: VIDEO_WIDTH = 800
integer, public, parameter :: VIDEO_HEIGHT = 600
character(len=*), public, parameter :: GITHUB_BASE_URL = 'https://github.com/lazy-fortran/fortplot/blob/main/'