X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_FilterCustom.h;h=6de1620ccc8a721225ccf189e47bda0a978a385f;hb=22df2f3d52b661c4cffef91085300cffc02dfa65;hp=6683207cc2fcff56103105f91d37a80aa6ebc895;hpb=c83711b84608b7bcc43251790268b4e3d268e328;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_FilterCustom.h b/src/ModuleBase/ModuleBase_FilterCustom.h index 6683207cc..6de1620cc 100644 --- a/src/ModuleBase/ModuleBase_FilterCustom.h +++ b/src/ModuleBase/ModuleBase_FilterCustom.h @@ -12,6 +12,7 @@ #include "ModuleBase_Filter.h" /** +* \ingroup GUI * This is a child of ModuleBase_Filter to be used in the factory of filters. Despite of other * child it does not create the internal filter itself, it get it from the constructor argument. * This is useful for custom filters, which are not the standard OCC filters. It is not necessary