From 357e3d6a2ae92361cd91a3eadad5515d2a541377 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Thu, 1 Nov 2007 04:48:42 +0000 Subject: [PATCH] comments --- include/wxstruct.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wxstruct.h b/include/wxstruct.h index a9f3f1a568..1e80a5951f 100644 --- a/include/wxstruct.h +++ b/include/wxstruct.h @@ -730,6 +730,14 @@ public: * terminates the zone edge creation process */ void End_Zone( wxDC* DC ); + + /** + * Function Fill_Zone + * creates a number zone segments by using a flood fill algorithm. The + * "high-lighted" net is used to determine the netcode of all the zone + * segments and what can be connected to and what must be avoided on the + * current layer as the flooding occurs. + */ void Fill_Zone( wxDC* DC ); // Target handling