mscfd

Results 16 comments of mscfd

I have done some changes to solve the problem for big graphs. For anybody who also has problems with graphs on big projects, these adjustments might be useful. But those...

The code in commit [185121f](https://github.com/mscfd/ford/commit/185121fc1b9f63eab542f52be44ee3f66e942f45) is a proof of concept, but works fine so far.

This stacks names in a column, instead of printing them in a row, right? I have tried this, and it is definitely an improvement. But from looking at some of...

Thanks for pointing to this module, did not know about it. Indeed something like `textwrap.fill(s, width=40, max_lines=3, placeholder='...')` yields the same result as my code block. This is not about...

I looked into this option because the procedure call-graphs where stretched far too much because of node labels. Because of the global namespace in fortran, it is typical in f90/95...

Accidentially I think I have just hit the same error but for sourcefile link in the navigation bar. For the very simple project source: ``` module test implicit none public...