From e5f10931cdf5fa76d067b02d6862337ce0eb9929 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 10 Dec 2014 14:02:04 +0300 Subject: [PATCH] It is a filters implementation to be set in the XML file. --- src/ModuleBase/ModuleBase_FilterFactory.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ModuleBase/ModuleBase_FilterFactory.h b/src/ModuleBase/ModuleBase_FilterFactory.h index 15f7542fd..bf6986b80 100644 --- a/src/ModuleBase/ModuleBase_FilterFactory.h +++ b/src/ModuleBase/ModuleBase_FilterFactory.h @@ -13,14 +13,11 @@ class ModuleBase_Filter; -/**\class ModuleBase_FilterFactory - * \ingroup ModelBase - * \breif Manages the registered selection filters - * +/** * Allows to get a selection filter by the feature identifier and * the attribute identifier (if attribute is validated). * All accessible filters must be registered by the ID string first. - * The instance of this factory can be get in the Workshop. + * The instance of this factory can be get in the Workshop interface. * Keeps the validator objects alive and just returns one of it by request. * All the needed information is provided to the validator as an argument, * this allows to work with them independently from the feature specific object. -- 2.39.2