Hello,

I am new to Doxygen and am having some small teething troubles.
I am aware that Doxygen has problems when a variable appears to be a
function i.e. has parentheses.
I program embedded AVR code and it is very common that a variable has
extra attributes containing parentheses.

e.g.

uint16_t a2dcal2V       __attribute__ ((section(".eeprom"))) = 0x324;

Which places the initialiser in the eeprom hardware.

Question:

Is there a way to 'force' this to be seen as a variable def. and not a
function?

Searching hasn't found me any answers yet.

Many thanks,

Bob von Knobloch

------------------------------------------------------------------------------
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