[Doxygen-users] Unexpected tag `anchor` found in struct compound in tagfile
Brought to you by:
dimitri
From: John G. <jg....@gm...> - 2017-01-12 18:09:12
|
I am using Doxygen in two packages, with one using a tagfile generated by the other. I get the following warning when building the package (which depends on the other) : doxygen.tag:2342: warning: Unexpected tag `anchor' found (repeated AFAIK each time there's an anchor tag inside a struct compound tag) This only appears to concern anchor tags inside struct compound tags. The C code which defines the structs is similar to : /** * An error */ struct err_s { size_t err_nb; size_t * err_msg; }; /** * Alias */ typedef struct err_s err_s; Hope this is enough information to fix the warning or generation of incorrect tags, whichever needs to be fixed. Thanks ! -- John Gliksberg M2 MIHPS @ UVSQ mobile : +33.6.40.60.76.95 |