The overview page (/admin/config/documentation-generator/overview) only shows information to the users and doesn't require any inputs. It would be better to use a controller for it instead of a Form class.
Also, '@parameter' is getting printed at multiple instances instead of showing the actual link. This can also be resolved as part of this issue.
Comments
Comment #3
gaurav.kapoor commentedI have removed the form and replaced it with the controller. The logic to resolve '@parameters' can be taken up in a separate issue.