Skip to content
Chris MacMackin edited this page Aug 25, 2015 · 15 revisions

This software is still quite young and much remains to be done. Various things which I'd like to do at some point include:

  • Support some of the old Fortran 77 ways of doing things, as these are often still used. This includes PARAMETER statements and DATA statements. Support for fixed-form code is less of a priority.
  • Add the ability to identify type-bound procedure calls and use these when constructing call-trees.
  • Add the option for users to specify a Creative Commons license for their documentation, which will be inserted into the page footer.
  • Add ability to create documentation pages for non-Fortran source-files. This would not mean documenting the code itself, but just extracting some comments explaining what the file is for (for example, providing a build-script or some C-bindings). See Issue 52 for more details.

Things which ideally I would do, but are not currently on the radar include:

  • Add the ability for people to customize appearance of the output more (this would require drastic changes to the template system).
  • Support fixed-form Fortran (doable, but low priority).
Clone this wiki locally