File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ EXEOUT='json' #name of example program
3232MODCODE=' json_module' # json module file name (no extension)
3333EXAMPLECODE=' json_example' # example program file name (no extension)
3434ROBODOC=' robodoc' # robodoc executable name
35- ROBOFLAGS=" --src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle jsonfortran --sections" # robodoc flags
35+ PROJECTNAME=' jsonfortran' # project name for robodoc (example: jsonfortran_1.0.0)
36+ ROBOFLAGS=" --src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle ${PROJECTNAME} --sections" # robodoc flags
3637
3738#
3839# Compiler-specifics:
You can’t perform that action at this time.
0 commit comments