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

Currently, it appears that ford ignores an `--exclude_dir` command-line argument if the excluded directory name appears in a `src_dir` statement in the project file: ``` $ cat project.md project: override-me...

wishlist

Hi At present ```exclude:``` in project md file removes all occurrences of the file in the project. We actually have different versions of the same file (name) for GPU and...

wishlist

Hi, I enabled C files in ford 6.0.0 by specifying extra_filetypes: c // in the project filed. Unfortunately ford crashes with an AttributeError when processing the first C file. I...

wishlist

Can you embed clickable URLs in Fortran code with FORD?

wishlist

Hi Chris, could you please add another option in FORD to allow extra files to be documented that do not have an extension? e.g. Makefile. This option could be called...

wishlist

Hi, Bothering you again with preprocessor things. With these files `foo.F90`: ``` fortran function A #include "bar.f90" ``` and `bar.f90` ``` fortran function B ``` FORD will correctly parse both...

enhancement
wishlist

I added the ability to use `@see` and `@since`, of which they are common for document generators. I added the ability to use the meta "since" keyword. I added the...

One of the things I really love about Ford is that it looks great out-of-the-box. However, it would also be great if users could have a bit more control over...

enhancement
help wanted
wishlist

Hi Chris, in our code we have very long (file, module, procedure , derived type ...) names, more than 42 characters. Then, in the reduced list of files, modules, procedures...

bug
enhancement
help wanted

Previously I had the pip installation in our server, but couldn't get LaTeX to work. I installed the current version on git, and I get such an error for each...

bug