mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 11:35:58 +08:00
Changed comment to doxygen in BridgeDetector
This commit is contained in:
parent
3a29aeccd9
commit
5499674137
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user