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/rigidbody/rb_convex_hull_api.cpp')
-rw-r--r--intern/rigidbody/rb_convex_hull_api.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/rigidbody/rb_convex_hull_api.cpp b/intern/rigidbody/rb_convex_hull_api.cpp
index 03e7580a12b..3b80dfdeae9 100644
--- a/intern/rigidbody/rb_convex_hull_api.cpp
+++ b/intern/rigidbody/rb_convex_hull_api.cpp
@@ -17,6 +17,10 @@
* All rights reserved.
*/
+/** \file
+ * \ingroup intern_rigidbody
+ */
+
#include "LinearMath/btConvexHullComputer.h"
#include "RBI_hull_api.h"