Changed comment to doxygen in BridgeDetector

This commit is contained in:
Joseph Lenox 2017-10-28 13:29:39 -05:00
parent 3a29aeccd9
commit 5499674137

View File

@ -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
{