Minor documentation fixups.

This commit is contained in:
Dean Camera 2009-10-03 15:30:29 +00:00
parent 433399b05d
commit db435c4995
10 changed files with 39 additions and 38 deletions

View file

@ -59,7 +59,7 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
#if __GNUC__ >= 3
#if (__GNUC__ >= 3) || defined(__DOXYGEN__)
/** Indicates to the compiler that the function can not ever return, so that any stack restoring or
* return code may be omitted by the compiler in the resulting binary.
*/