Skip to content

Commit df566a2

Browse files
committed
update robodoc call in sh script.
1 parent dbdde39 commit df566a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MODCODE='json_module'
4949
EXAMPLECODE='json_example'
5050

5151
ROBODOC='robodoc'
52-
ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4"
52+
ROBOFLAGS="--src ${SRCDIR} --doc ${DOCDIR} --multidoc --html --ignore_case_when_linking --syntaxcolors --source_line_numbers --index --tabsize 4 --documenttitle jsonfortran --sections"
5353

5454
#output directories:
5555
mkdir -p $BUILDDIR

0 commit comments

Comments
 (0)