fix: remove remaining /* ... */ inside doxygen blocks
This commit is contained in:
@@ -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 已被优化
|
||||
|
||||
Reference in New Issue
Block a user