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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-11-06 09:46:05 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-11-06 09:46:50 +0300
commitec9241cd59f12cb181370cc759ac34ece2b9cc5a (patch)
treef1e9d2b0c9eaf91f9a82415692d110fbc9354bb4 /source/blender/simulation
parentdf4935b29b3ddab5c39b2743cbe2d2f190e0eda8 (diff)
Cleanup: add missing doxygen group
Diffstat (limited to 'source/blender/simulation')
-rw-r--r--source/blender/simulation/intern/ConstrainedConjugateGradient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/simulation/intern/ConstrainedConjugateGradient.h b/source/blender/simulation/intern/ConstrainedConjugateGradient.h
index 0dc80c03bb5..11dc3ebe91b 100644
--- a/source/blender/simulation/intern/ConstrainedConjugateGradient.h
+++ b/source/blender/simulation/intern/ConstrainedConjugateGradient.h
@@ -19,6 +19,10 @@
#pragma once
+/** \file
+ * \ingroup sim
+ */
+
#include <Eigen/Core>
namespace Eigen {