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

``` % tree . . ├── ford.md └── src └── foo_m.f90 1 directory, 2 files ``` ``` % cat ford.md --- project: Foo summary: yada yada yada src_dir: src/ ```...

So this is a question for the FORD Gurus. Once @ZedThree helped me get my test runs of FORD on MAPL (my library), I noticed something. As I was trying...

wishlist

The currently generated output is based on bootstrap 3 https://github.com/Fortran-FOSS-Programmers/ford/blob/29063388bcee4e1b650071e1025a8fb16ee724f2/ford/css/bootstrap.css#L2 Updating to bootstrap 4 or 5 would give all generated docs access to somewhat more modern look of the newer...

enhancement

I'd quite like to start using some Python 3.8 features, notably assignment expressions ("walrus operator"). This would mean dropping support for Python 3.7, which is end of life (EOL) next...

question

Thanks to @ZedThree, I can now build the docs for the library I work on. However, in my testing I was always setting `graph: false` because the graphs took a...

Note entirely sure how we'd do this, but it would be very useful to incorporate links to documentation from old versions, as can be done on ReadTheDocs. I don't think...

enhancement
wishlist

How to link to static pages? I have several plain Markdown files in the directory referenced by the `-p` CLI option of `ford`. In there (and in the comments within...

First attempt. This is not a real PR yet but more of an update report. Fixes #223. See accompanying comment in this issue. Todo: - [ ] Remove `utils.sub_notes()` -...

**Ford 6.1.11** I'm currently setting up Ford for a project where it could be incredibly useful, if it only did treat standalone Markdown input and Markdown-formatted comments in the Fortran...

When you add a `@todo` to an unordered list, the resulting html gets corrupted. Small working example: ``` $ mkdir source $ cat source/test.f90 > program TEST > implicit none...

bug