fix: replace /* ... */ with // ... in doxygen code blocks to prevent premature comment termination
This commit is contained in:
@@ -104,7 +104,7 @@ using core::AABB3D;
|
||||
*
|
||||
* @code{.cpp"}
|
||||
* auto circle = NurbsCurve::create_circle(Point3D(0,0,0), 0.5);
|
||||
* auto helix = NurbsCurve::create_helix(/* ... */);
|
||||
* auto helix = NurbsCurve::create_helix(// ...);
|
||||
* auto pipe = sweep(circle, helix);
|
||||
* @endcode
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user