fix: /* */ inside doxygen block prematurely closes comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user