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

With Doxygen, it is possible to create a grouping of variables (and subroutines, types, etc) and give documentation for all of them as a whole. Example of what I mean:...

enhancement

Just to mention here, that documentation comments in fixed Fortran source files should **not** start at the beginning of the line. Indent them, because otherwise `fixed2free.py` seems to strip the...

needs clarification

I am new at FORD. I would like to know whether is possible to generate [code citations](https://cmacmackin.github.io/pages/fortran-tutorial.html) in the documentation, from comments in the source code instead of typing pieces...

enhancement

(Python newbie here) - I have modified a local copy of graphs.py that allow for customization of the graphs. I'm only just becoming marginally dangerous in Python, so it works,...

Given Fortran's style of variable declaration, it is common to see (and write) variable or, more importantly, dummy argument declarations as ```fortran REAL(8), DIMENSION(:) :: X, Y, Z ``` Right...

I'm using the `.inc` extension for include files (and the `extra_filetypes` option to include these in the documentation). However, I guess Pygments interprets this as some other kind of file...

enhancement

Apologies if this has already been raised or is covered anywhere else, but I couldn't find any references to this. I'm trying to add some `@todo` and `@note` blocks to...

bug
enhancement

Say, I noticed procedures contained in modules are not being listed. Am I missing something or is this not implemented, yet? Thanks

documentation

project_github project_bitbucket project_sourceforge but no launchpad (and bazaar)?

enhancement

Would it be possible to hide the usage of modules such as mpi, hdf5, iso_fortran_env, iso_c_binding? Perhaps through a module_ignore_list or some other mechanism? This would greatly unclutter the graphs...

enhancement