Skip to content

Commit d6802f8

Browse files
committed
Replace remaining ROBODoc code/info with FORD
1 parent 61ac9be commit d6802f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# profiling flags
2121
# with :
2222
# unit tests enabled
23-
# documentation (if ROBODoc is installed)
23+
# documentation (if FORD is installed)
2424
#
2525
# More recent (right-most) flags will override preceding flags
2626
# flags:
@@ -51,19 +51,18 @@
5151
# fortran unit tests
5252
#
5353
# --skip-documentation [{yes|no}]: Skip (or don't skip) building the json-
54-
# fortran documentation using ROBODoc
54+
# fortran documentation using FORD
5555
#
5656
# REQUIRES
5757
# FoBiS.py : https://github.com/szaghi/FoBiS [version 1.2.5 or later required]
58-
# RoboDoc : http://rfsber.home.xs4all.nl/Robo/ [version 4.99.38 is the one tested]
58+
# FORD : https://github.com/cmacmackin/ford [version 3.0.2 is the one tested]
5959
#
6060
# AUTHOR
6161
# Jacob Williams : 12/27/2014
6262
#
6363

6464
set -e
6565

66-
#PROJECTNAME='jsonfortran' # project name for robodoc (example: jsonfortran_2.0.0)
6766
FORDMD='json-fortran.md' # FORD options file for building documentation
6867
DOCDIR='./documentation/' # build directory for documentation
6968
SRCDIR='./src/' # library source directory

0 commit comments

Comments
 (0)