fix: /* */ inside doxygen block prematurely closes comment
CI / Build & Test (push) Failing after 35s
CI / Release Build (push) Failing after 35s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 13:14:34 +00:00
parent 314543f7a5
commit d6039bc686
+1 -1
View File
@@ -44,7 +44,7 @@ struct IntersectionCurve {
* @code{.cpp}
* auto curves = intersect_surfaces(cyl, sphere, 6, 1e-5);
* for (auto& c : curves) {
* for (auto& p : c.points) { /* 使用交线上的点 */ }
* for (auto& p : c.points) { // 使用交线上的点 }
* }
* @endcode
* @ingroup curves