Index: src/Common/DelftTools.Controls.Swf/DataEditorGenerator/Metadata/ICustomControlHelper.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Controls.Swf/DataEditorGenerator/Metadata/ICustomControlHelper.cs (.../ICustomControlHelper.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Controls.Swf/DataEditorGenerator/Metadata/ICustomControlHelper.cs (.../ICustomControlHelper.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -24,7 +24,7 @@ /// The field value for which this custom control was supplied (For Type /// based generation: The value of the property this attribute was placed on). void SetData(Control control, object rootObject, object propertyValue); - + /// /// If true, no additional controls will be generated at all. If false, the generator code will still /// generate a caption and unit label around the custom control. In that case the control is expected