-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Derived type extension of an abstract derived type #504
Comments
As to why this is an issue for me. I give two reasons. I've used concrete/abstract classes in creating a library for internal use in my organization.
|
I could autodoc comment the procedure entries inside the concrete derived type definition, but there are many such procedures and would make the derived type definition excessively "busy." It would make it difficult to quickly glance at the derived type definition in order to see what type-bound procedures are available. |
Please could you post your Ford config file? I'm not sure I can reproduce your issue. Using this minimal config file: ---
project: Example Project
src_dir: ./src
output_dir: ./doc
--- and your files:
I see the concrete |
I have a "concrete" derived type extension of an abstract derived type. The "after contains (module level)" part of the concrete procedure and its autodoc comments don't display in the FORD-generated doc; the abstract procedure does. Neither appear on the Procedures webpage.
FORD version: 6.2.4
abstract_mod.F90
concrete_mod.F90
The text was updated successfully, but these errors were encountered: