haraldkl

Results 6 comments of haraldkl

Actually the [wiki entry for aliases](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Project-File-Options#alias) seems to be lacking one predefined macro. There is [one for pages](https://github.com/Fortran-FOSS-Programmers/ford/blob/52258480d517083c26fb9d17662457907f754214/ford/__init__.py#L573). Thus, you can use `|page|`, still needs the HTML filename, though.

I've updated the wiki on [Writing Pages](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Pages) to include a hint for the `|page|` macro now.

Not sure, what you are looking for, isn't this covered by https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Documentation#links ? GitHubFortran-FOSS-Programmers/fordAutomatically generates FORtran Documentation from comments within the code. - Fortran-FOSS-Programmers/ford

I see. Thanks for the clarification. Would be a nice feature to have.

To me at least, writing each variable on a separate line is more clear. By your suggested Doxygen style you do not save any lines, and you now have to...

> The copy of graphs.py also has recursion commented out so that only the immediate neighbors of the base node are shown You can limit the depth of the graph...