Use "#var" rather than "@c var" for doxygen.

This commit is contained in:
Michael Brown
2005-05-20 10:27:02 +00:00
parent bf32da87f0
commit a96759f9c8
5 changed files with 19 additions and 17 deletions

View File

@@ -164,6 +164,8 @@
*
*/
#include "compiler.h" /* for doxygen */
#define __table_str(x) #x
#define __table_section(table,idx) \
__section__ ( ".tbl." __table_str(table) "." __table_str(idx) )