-
Notifications
You must be signed in to change notification settings - Fork 139
Command Line Options
The command-line interface is given below:
usage: ford.py [-h] [-d PROJECT_DIR] [-o OUTPUT_DIR] [-s CSS]
[--exclude EXCLUDE] [-e EXTENSIONS] [-w] [--no-warn] [-V]
project_file
####PROJECT_DIR
The directory where the source-files are to be found for
this project. This must not be a subdirectory of the OUTPUT_DIR (see
below). This option may be repeated to specify multiple project directories.
(default: ./src)
####OUTPUT_DIR
The directory where the project output will be placed.
Any content already present there will be deleted.
(default: ./doc)
####CSS
The path to a custom style-sheet which can be used to modify the
appearance of the output.
####EXCLUDE
A source file which should not be read. Provide only the file-name,
not the full path. This option may be repeated to specify multiple
files to be excluded.
####EXTENSIONS
File extensions which will be read by FORD for documentation. This
option may be repeated to specify multiple extensions.
(default: f90, f95, f03, f08, F90, F95, F03, F08)
####-w/--warn
Print warnings for every undocumented item encountered.
####--no-warn
Do not print warnings for every undocumented item encountered. This is the default behaviour.
####project_file
The file containing a description of your project and various settings
for FORD.
Settings specified at the command-line will override those specified in the project file.
Home | About | Writing Documentation | Running Ford | Copyright © 2015 Chris MacMackin