ford icon indicating copy to clipboard operation
ford copied to clipboard

Automatically generates FORtran Documentation from comments within the code.

Results 105 ford issues
Sort by recently updated
recently updated
newest added

If [fixed2free2](https://github.com/Fortran-FOSS-Programmers/ford/blob/master/ford/fixed2free2.py) from https://github.com/ylikx/fortran-legacy-tools was made into a python package, could it be included as a pip dependency?

Hi, I am getting the following error: Warning: Error parsing src/main.f90. Can not start a new line in Fortran with "&": & world & As far as I know, this...

During `correlate`, if any names aren't resolved, we should print a warning

enhancement

Similar to `extra_mods`, `extra_vartypes` could link to external documentation for that type.

enhancement
help wanted

Some projects specify markdown extensions with config, e.g. `markdown.extensions.toc(anchorlink=True)`. This currently doesn't work, I'm not sure when it stopped -- could be a `markdown` version thing. It should be pretty...

enhancement
help wanted

Hi, When I run FORD I get the following error. I made no change on source codes or FORD project file after I had ran without problem a while ago,...

I have inherited a very large fortran project and for my own sanity I would like to have some good documentation. I think ford is the right answer. I am...

I'm dealing here with procedures defined in a module interface, but with their body code given in a submodule. I'm experiencing a quirk with where these procedure's autodoc comments are...

I know that FORD has the ability to suppress (Fortran) PRIVATE items from the generated API, but this can be different than the public _project_ API exposed to end users....

help wanted
wishlist

I have a "concrete" derived type extension of an abstract derived type. The "after *contains* (module level)" part of the concrete procedure and its autodoc comments don't display in the...