ford
ford copied to clipboard
Automatically generates FORtran Documentation from comments within the code.
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...
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...
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...
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...
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...
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...
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...
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...