Peter Hill
Peter Hill
I'll have a look at fixing 2 and 3
I think there's two separate issues here: 1. the interface's description doesn't appear in the list of procedures, this seems to only be true for module procedures 2. if `display:...
There are three ways to deal with this: 1. set [`fixed_length_limit: false`](https://forddocs.readthedocs.io/en/latest/user_guide/project_file_options.html#fixed-extensions) to ignore the 72-character limit 2. rename the file to `agr_hyd_step.f90` so that FORD parses it as free...
I don't think we've fixed any bugs relating to this since then, but you still probably want to upgrade to the latest version, 6.1.16 -- we've fixed lots of other...
It's odd that `fixed_length_limit` doesn't fix it for you. I'm not sure what could cause that. Any chance you could upload your Ford project file?
Hi @gha3mi, sorry I've not been able to reproduce this. As all the pages inherit the `base.html` template, I'm also a bit stumped how this would only happen on a...
Thanks @mscfd, I tracked this down and one other similar bug
If I understand correctly, I think this is the expected behaviour. Type bound procedures will only display the docs for the _binding_ and not for the _implementation_. See #450 for...
This is indeed missing I'm afraid. I think #410 looked at implementing links differently, which would be really nice to finish off and get in at some point. For the...
Ah, yes there's probably still an open issue about that. I *suspect* it's not Ford but graphviz. Unless you've got some custom CSS, I think everything *should* work fine in...