From 826efab9992be206702b435f78a5944f93050d1a Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 7 Feb 2018 09:24:40 +0100 Subject: [PATCH] Add comments. --- pcbnew/connectivity_algo.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pcbnew/connectivity_algo.h b/pcbnew/connectivity_algo.h index 514e22bf04..8353a09ce5 100644 --- a/pcbnew/connectivity_algo.h +++ b/pcbnew/connectivity_algo.h @@ -121,6 +121,14 @@ public: return m_cluster; } + /** + * has meaning only for tracks and vias. + * @return true if this anchor is dangling + * The anchor point is dangling if the parent is a track + * and this anchor point is not connected to an other item + * ( track, vas pad or zone) or if the parent is a via and this anchor point + * is connected to only one track and not to an other item + */ bool IsDangling() const; // Tag used for unconnected items.