Docs: correct doc-string

This commit is contained in:
Campbell Barton
2025-08-26 02:14:28 +00:00
parent c1049652e9
commit 3f7f475c1c

View File

@@ -58,8 +58,8 @@ bool BM_disk_dissolve(BMesh *bm, BMVert *v);
* \param l_b: Second loop of an adjacent face pair that will be joined.
* \param do_del: If true, remove the original faces, internal edges,
* and internal verts such that they are replaced by the new face.
* \param r_double: A pointer to a BMFace* that controls processing of doubled faces.
* See #BM_faces_join_pair `r_double` argument for details.
* \param r_double: A pointer to a face that controls processing of doubled faces.
* See #BM_faces_join `r_double` argument for details.
*
* \return The combined face or NULL on failure.
*/