In the following example I would like to get the first \ref to be a link. Is
this possible? 

struct myStruct
{
   int myMember;
   int myMember2;
};

struct myStruct myInstance;

/**
 * \ref myInstance.myMember (this fails to create a hyperlink)
 * \ref myInstance (this creates a hyperlink)
 * \ref myStruct.myMember (this creates a hyperlink)
 */
Main()
{
   MyInstance.myMember = 100;
}

Thanks

-- 
View this message in context: 
http://old.nabble.com/How-do-I-refer-to-a-struct-member-tp34274671p34274671.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to