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

I think with the current release Ford turns into a really useful documentation for Fortran. Thanks for all your efforts so far As a feature request: It would be marvelous,...

enhancement

When the source-code link of a module is clicked, the page is shown using 100-character-width lines. Since Fortran admits 132-width lines, some code has to be revealed using the horizontal...

enhancement

Was wondering if there were any possibilities for using multiple cores to speed up the overall documentation generation (e.g., in the reading/parsing, or the html generation, or the calls to...

enhancement

As defined by Martin in [Agile Software Development ...](http://amzn.to/1mVPolj) and cited by Rouson in [Scientific Software Design](http://amzn.to/1Q5zccX) it is possible to quantify coupling in a software package via and instability...

enhancement

I would like to add support for the 2008 standard's [block construct](http://www.nag.com/nagware/NP/r53_doc/nag_f2008.html#AUTOTOC_3). However, I am not quite sure how to do this. Should variables declared within a block go in...

enhancement
needs clarification

As @zbeekman pointed out in #74, error messages are not very descriptive. It would be worthwhile to see if there is any way to provide more detailed messages. Failing that,...

enhancement
wishlist

See #448 for one motivation (separate encoding for options file and index page). Another motivation is that the markdown metadata processing extension is a bit awkward, and using a proper...

enhancement

Based on sleuthing by @everythingfunctional, it appears there must have been a breaking change in Markdown recently that breaks `ford` at least for some Fortran feature(s) that is/are ubiquitous projects...

Thank you for the quick bug fixes related to #613. There is a similar issue on the _Derived Types_ pages concerning the _Program_ link on the navigation bar. It attempts...

If a derived type has many components of the same type, inheritance graphs becomes degenerated, as edges length depends on length of label. In order to handle this, I added...