fix: remove remaining /* ... */ inside doxygen blocks
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
* @note 时间复杂度 O(n²),适用于顶点数 < 1000 的多边形
|
||||
*
|
||||
* @code{.cpp}
|
||||
* Polygon2D poly(/* CCW vertices */);
|
||||
* Polygon2D poly(CCW vertices);
|
||||
* auto tris = poly.triangulate();
|
||||
* for (auto& t : tris) {
|
||||
* // 顶点: poly.vertices()[t[0]], t[1], t[2]
|
||||
|
||||
Reference in New Issue
Block a user