Doxygen autolink not working to global types (enums, structs, etc)
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
11:24 UTC
Read the original article
Hit count: 113
doxygen
I am trying to use Doxygen Automatic link generation to document some enum but it is not generating links for the global types. It only generates links for the types defined in the class. 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.
© Stack Overflow or respective owner