Unexpected tag `anchor` found in struct compound in tagfile

John Gliksberg <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <CAOj6OXMZn6exMxJNNXNGzO7ppk1Co2e=Jx9Hr1+qE45P87jJrg@mail.gmail.com>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.