ford
ford copied to clipboard
Automatically generates FORtran Documentation from comments within the code.
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:  Clicking the link leads to firefoxes File not found page. Is this something...
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...
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: ....
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...
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