fix: remove remaining /* ... */ inside doxygen blocks
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 31s

This commit is contained in:
茂之钳
2026-07-24 11:14:27 +00:00
parent fba37f7065
commit 980cb32468
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ using LossFn = std::function<double(const std::function<double(const Point3D&)>&
* @note initial 的共享子节点不会被复制——返回的 optimize_shape 共享未修改的子树。
*
* @code{.cpp}
* std::vector<Point3D> points = { /* point cloud data */ };
* std::vector<Point3D> points = { point cloud data };
* auto sphere = SdfNode::sphere(1.0);
* auto result = fit_to_point_cloud(sphere, points, 0.01, 200);
* // result.optimized_shape 的 params.radius 已被优化