Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent 6c7cb5c0ab
commit 22f6c1e043
17 changed files with 143 additions and 108 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
#define UC_SATMATH_H_
#include <stdint.h>
/** Implementation of saturated operation on uintxx_t.
/** @file
* Implementation of saturated operation on uintxx_t.
*
* Operations are clamped between 0 and UINTxx_MAX instead of
* wrapping around.