Skip to content

Commit

Permalink
Changed comment to doxygen in BridgeDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Oct 28, 2017
1 parent 3a29aec commit 5499674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xs/src/libslic3r/BridgeDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 5499674

Please sign in to comment.