Commenting. No functional changes.

This commit is contained in:
Jeff Young 2023-03-13 18:28:38 +00:00
parent 7b3e01ce52
commit b7a3b0967b
1 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,11 @@ public:
using CLUSTERS = std::vector<std::shared_ptr<CN_CLUSTER>>;
/*
* 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: