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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-31 13:26:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-31 13:27:18 +0300
commit5f59c22bf1ab5387f23fc9f4b5cf53b85f2582b8 (patch)
tree1ee485d4e2bea3a17ae36bcd9493e66361d21a34 /intern/clog/clog.c
parentb8a66973ac79f44c86736eddb6589d5749ad11e6 (diff)
Docs: doxygen docs for clog
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>