Salome HOME
Test EXPORTS definition with target name as suggested by cmake
[modules/kernel.git] / idl / SALOME_TestComponent.idl
index dc6ae8c48399c9e63b6e5ac12698ca77e239e7bb..6bd472f21b72af9a434ed4f6c1cd6c6d02e82426 100644 (file)
 //
 #include "SALOME_Component.idl"
 
+/*! \file SALOME_TestComponent.idl \brief an interface for testing Component and Container
+*/
+
 module Engines
 {
   
+/*! \brief a component with 2 operations (Coucou and Setenv)
+*/
   interface TestComponent : Component
   {
     string Coucou(in long L);
@@ -35,3 +40,4 @@ module Engines
   };
 
 };
+