Salome HOME
documentation
authorcrouzet <crouzet>
Fri, 5 Dec 2003 14:13:41 +0000 (14:13 +0000)
committercrouzet <crouzet>
Fri, 5 Dec 2003 14:13:41 +0000 (14:13 +0000)
idl/HELLO_Gen.idl

index 457d8ef2a657ef6e00d527ff8f0e4ef06f7b9531..b619489aecffac9390a34af266cb721b0cc45ffc 100644 (file)
@@ -1,14 +1,27 @@
-#ifndef __PYHELLO_GEN__
-#define __PYHELLO_GEN__
+#ifndef __HELLO_GEN__
+#define __HELLO_GEN__
+/*!
+ \defgroup EXAMPLES SALOME EXAMPLES components
+ */
 
 #include "SALOME_Component.idl"
 #include "SALOME_Exception.idl"
 
 
+/*!  \ingroup EXAMPLES
+
+This package contains the interface HELLO_ORB used 
+for  %HELLO component as an example in %SALOME application.
+*/
 module HELLO_ORB
 {
+  /*! \brief Interface of the %HELLO component
+   */
   interface HELLO_Gen : Engines::Component
   {
+     /*!
+         Set the Name and return the string concatenation of "hello, " and the given name.
+      */
      string makeBanner(in string name)
          raises (SALOME::SALOME_Exception);
   };