I’ve noticed another issue. Do you think what fields the doc comment should be bound? All of the fields or just the first field? At present, DocInsight associate the doc to all fields but it appears that delphi compiler just bind to the first field.
In my case, the developer meant the documentation for everyone (i.e. not the example, but my original problem code).
I think that if you want to have documentation for each field, then you should list them individually.
If it is by design, we will change DocInsight to behavior same as dcc (just bind to the first field). It will be a break change and we will have a migration stage if so.