Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent 7e8c59699a
commit e45a4d5643
17 changed files with 143 additions and 108 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef UC_ATOMIC_H_
#define UC_ATOMIC_H_
/** Atomic functions (macros). The ptr argument must be a pointer to
/** @file
* Atomic functions (macros). The ptr argument must be a pointer to
* an integer type.
* For gcc, see http://gcc.gnu.org/onlinedocs/gcc-4.8.1/gcc/_005f_005fsync-Builtins.html
*/