We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdde39 commit df566a2Copy full SHA for df566a2
build.sh
@@ -49,7 +49,7 @@ MODCODE='json_module'
49
EXAMPLECODE='json_example'
50
51
ROBODOC='robodoc'
52
-ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4"
+ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle jsonfortran --sections"
53
54
#output directories:
55
mkdir -p $BUILDDIR
0 commit comments