Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/clog/clog.c')
-rw-r--r--intern/clog/clog.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/clog/clog.c b/intern/clog/clog.c
index e99633a2f81..486b596e0cc 100644
--- a/intern/clog/clog.c
+++ b/intern/clog/clog.c
@@ -18,6 +18,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file clog/clog.c
+ * \ingroup clog
+ */
+
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>