Doxygen autolink not working to global enum types

Posted by MeThinks on Stack Overflow See other posts from Stack Overflow or by MeThinks
Published on 2010-06-03T11:22:15Z Indexed on 2010/06/03 12:34 UTC
Read the original article Hit count: 209

Filed under:

I am trying to use Doxygen Automatic link generation to document some enum types. However, it is not generating links for the global enum types. It does generates links for the global struct types. Is there something I am missing? I am using the example provided on the link above. As required, I have documented the file in which the types are defined.

update1: I am using Doxygen version 1.6.3

update2: global structs are ok

© Stack Overflow or respective owner

Related posts about doxygen