Chris MacMackin

Results 123 comments of Chris MacMackin

Sorry I hadn't come across this thread earlier--I don't watch this repository. What is the setting you use for `PAGINATED_DIRECT_TEMPLATES`? It should be `('categories', 'archives')`. If the error persists then...

Could you be more specific? Not being listed where? Are these procedures public or private? Have you set ``` display: private protected public ``` in your project file?

I should be able to parallelize parts of the process (although definitely not all of it, as there are certain stages where things have to be processed in a specific...

This has been partially implemented in some pull requests, but doubtless more could be done.

As you say, this is intentional behaviour. FORD is designed so that, on the module page, only the first paragraph of documentation is shown for each subroutine/function (or alternatively whatever...

Just leave this issue open. On 03/03/17 14:24, David Dickinson wrote: > > Brilliant, thanks for clarifying this and your fast response. Shall I > leave this issue open as...

However I go about fixing this should also deal with #223.

This is due to the behaviour of upstream dependency dot. Unfortunately, I don't think there is anything I can do about this. On Sun, 27 Jun 2021, 17:15 Koushik Naskar,...

@zbeekman I was under the impression that non-ASCII characters were part of the 2003 standard, and that many compilers had [implemented them](http://fortranwiki.org/fortran/show/Fortran+2003+status). This bug seems to arise, in part, due...

Fixed the handling of unicode both in the project file and anywhere in the source code (including documentation).