Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent f7c27648dc
commit 225943aef7
17 changed files with 143 additions and 108 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
#define UC_LOGGING_H_
#include "utils.h"
/** Logging functions.
/** @file
* Application logging framework.
* All logging functions except uc_log_init are thread safe,
* so logging can be performed from any thread after the logging
* system have been initialized.