diff --git a/xs/src/libslic3r/BridgeDetector.cpp b/xs/src/libslic3r/BridgeDetector.cpp index 255b78a2a..eb1f39d14 100644 --- a/xs/src/libslic3r/BridgeDetector.cpp +++ b/xs/src/libslic3r/BridgeDetector.cpp @@ -254,9 +254,9 @@ BridgeDetector::coverage(double angle) const */ } -/* This method returns the bridge edges (as polylines) that are not supported - but would allow the entire bridge area to be bridged with detected angle - if supported too */ +/// This method returns the bridge edges (as polylines) that are not supported +/// but would allow the entire bridge area to be bridged with detected angle +/// if supported too Polylines BridgeDetector::unsupported_edges(double angle) const {