Hi,
in the early days of our gtk-fortran project some documentation was automatically generated from source code comments, but the memory of which tool was exactly used is uncertain… This is the syntax that was used in the comments:
- A block delimited by !* and !/ provides a section header.
- A block delimited by !+ and !- describes an individual routine. The arguments are described in a colon-separated list with
name: type : status : description.
See for example that file: https://github.com/vmagnin/gtk-fortran/blob/gtk4/src/gtk-hl-container.f90
And an example of a generated documentation: https://github.com/vmagnin/gtk-fortran/wiki/Highlevel-api
Do you think the tool could be Doxygen ? I tried to used Doxygen but didn’t succeeded to obtain something from those blocks.
Do you think FORD could be configured to use these block syntaxes?