From 5499674137d4405e7068a028eacf6c6bf1b4ae54 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 28 Oct 2017 13:29:39 -0500 Subject: [PATCH] Changed comment to doxygen in BridgeDetector --- xs/src/libslic3r/BridgeDetector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {