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

FORD currently has its own metadata field for specifying the license on a file. However, it should also be able to parse the standard [`SPDX-License-Identifier`](https://spdx.dev/ids/) and provide a link to...

wishlist

The current state of the parsing library is... not so great. It's very complicated and confusing and results in _way_ too large a file in [ford/sourceform.py]. However, the functionality it...

enhancement
wishlist

For GS2, we monkeypatch FORD to extract documentation for [namelists](https://gyrokinetics.gitlab.io/gs2/page/namelists/index.html). We do this based on very project specific type, but I could imagine adding something to FORD to do this...

wishlist

The call tree shows the subroutine call order randomly. One of my program calls five subroutine but call tree shows them as 4th,5th,3rd,1st,2nd from top to bottom. They are not...

bug
wishlist

Dear all, sometimes graphs, when they are big or complex, are hard to see and explore. As a documentation reader, sometimes I need a bigger window to see Ford graphs....

wishlist

CMake has the ability to produce a file called `compile_commands.json` which has become something of a de-facto standard for communicating this information. A file like this can also be produced...

wishlist

Within my docker setup, I get the following error message which is related to the deprecation of extension configurations with the extension name, see https://github.com/mkdocs/mkdocs/issues/1640 and https://python-markdown.github.io/change_log/release-3.0/#extension-configuration-as-part-of-extension-name-deprecated. The issue can...

wishlist

Hi, It would be great if FORD would allow for cross-references to procedure (etc) pages in the source code included in the documentation, like Doxygen does. Is anyone working on...

wishlist

This is a followup to #205. Whilst removing the list of modules, files etc. has helped reduce the overall size of the generated documentation still remains relatively large. I'm not...

wishlist

Hello, I noticed that type-bound procedures are not included in call-graphs and that this is noted as a to-do in the project wiki. Just wanted to check if there is...

wishlist