Hi Ian, > On 7 Apr 2021, at 16:19, Ian Jackson <i...@xenproject.org> wrote: > > Luca Fancellu writes ("Re: [PATCH 3/3] docs/doxygen: doxygen documentation > for grant_table.h"): >> The problem is that Doxygen can’t generate proper documentation for >> anonymous union/structure, it ends up with warning and/or producing wrong >> documentation like >> changing names or giving field description to the wrong field. > > This does not seem like it would be an impossibly hard feature to add > to doxygen.
Modifying doxygen is not really in our planned efforts and if someone does it that would put an hard constraint on the version of doxygen possible to use. But is adding names to anonymous elements really an issue here ? If we agree on names or on a convention for name the result will not impact the code or backward compatibility. Regards Bertrand > > Ian.