diff --git a/pcbnew/connectivity/connectivity_algo.h b/pcbnew/connectivity/connectivity_algo.h index 2b771a0b67..f903a98ad8 100644 --- a/pcbnew/connectivity/connectivity_algo.h +++ b/pcbnew/connectivity/connectivity_algo.h @@ -126,6 +126,11 @@ public: using CLUSTERS = std::vector>; + /* + * Holds a list of CN_ITEMs for a given BOARD_CONNECTED_ITEM. For most items (pads, tracks, + * etc.) the list will have a single CN_ITEM, but for ZONEs it will have one item for each + * distinct outline on each layer. + */ class ITEM_MAP_ENTRY { public: