ford icon indicating copy to clipboard operation
ford copied to clipboard

Automatically generates FORtran Documentation from comments within the code.

Results 118 ford issues
Sort by recently updated
recently updated
newest added
trafficstars

Using the markdown extension [`plantuml-markdown`](https://github.com/mikitex70/plantuml-markdown) it's possible to include [plantuml](https://plantuml.com/) diagrams in the markdown pages. These then get incorporated into the HTML output. Plantuml also supports [hyperlinks](https://plantuml.com/link) in the diagrams....

Hi all, The read more link does not lead to any page for long argument documentations: ![grafik](https://user-images.githubusercontent.com/35921670/144833833-c8705d20-16a1-4c4b-9a92-039a01bf71f1.png) Clicking the link leads to firefoxes File not found page. Is this something...

It would be nice to get links to specific line number(s).

enhancement

I have in my project.info graphs explicitly enabled, yet if graphviz is not installed, the graphs are not build and no error is raised. An info is printed, but I...

I had troubles running the tool if documentation included non ascii characters as degree symbol or the spanish letter ñ. I checked the .md and the source files were saved...

I am using Ford `page_dir` feature to add some documentation in a project. I would like to know if it is possible to add links to a section of the...

I have noticed that, when the implementation of a MODULE FUNCTION or a MODULE SUBROUTINE, whose interface is in MODULE foo, is done in a SUBMODULE of MODULE foo using...

bug

FORD links like `[[module:subroutine]]` in a triple-backtick code block get parsed as links rather than raw text. MVCE: foo.f90: ```Fortran subroutine foo end subroutine foo ``` config.md: --- src_dir: ....

bug
wishlist

Hi, I'm trying to figure out if there is an easy way to gather all the `@todo something` something to one place/page? It seems my python skills are not up...

enhancement

If `output_dir` is a subdirectory of `src_dir`, the files in `output_dir` get parsed on a second run of Ford. We should automatically add `output_dir` to the list of excluded directories

enhancement