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
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users