Doxygen docs for 'extern' variables in C -


i have extern variable in c code:

/**  * key.  */ extern key_t key; 

however, according doxygen, style of documentation wrong:

extern.h:29: error: parameters of member key not (all) documented (warning treated error, aborting now) 

what proper way of documenting extern variables?


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -