File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
# profiling flags
21
21
# with :
22
22
# unit tests enabled
23
- # documentation (if ROBODoc is installed)
23
+ # documentation (if FORD is installed)
24
24
#
25
25
# More recent (right-most) flags will override preceding flags
26
26
# flags:
51
51
# fortran unit tests
52
52
#
53
53
# --skip-documentation [{yes|no}]: Skip (or don't skip) building the json-
54
- # fortran documentation using ROBODoc
54
+ # fortran documentation using FORD
55
55
#
56
56
# REQUIRES
57
57
# 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]
59
59
#
60
60
# AUTHOR
61
61
# Jacob Williams : 12/27/2014
62
62
#
63
63
64
64
set -e
65
65
66
- # PROJECTNAME='jsonfortran' # project name for robodoc (example: jsonfortran_2.0.0)
67
66
FORDMD=' json-fortran.md' # FORD options file for building documentation
68
67
DOCDIR=' ./documentation/' # build directory for documentation
69
68
SRCDIR=' ./src/' # library source directory
You can’t perform that action at this time.
0 commit comments