I am trying to use Doxygen Automatic Linking to document some types enum. However, it does not create references for global types enum. It creates links for global types struct. Is there something I'm missing? I use the example from the link above. As necessary, I documented the file in which the types are defined.
update1 : I am using Doxygen version 1.6.3
update2 : global structures are ok
source
share