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
32
32
MODCODE=' json_module' # json module file name (no extension)
33
33
EXAMPLECODE=' json_example' # example program file name (no extension)
34
34
ROBODOC=' 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
36
37
37
38
#
38
39
# Compiler-specifics:
You can’t perform that action at this time.
0 commit comments