Salome HOME
PR: merge SalomePro 1_2d = mergefrom_BRANCH_MergeV1_2d
[modules/kernel.git] / idl / SALOME_Exception.idl
index c310e9de4261ac4da003cece7274d3c913212b57..fd6a224c4a01dec3526638e87d3de1d6fab18a4d 100644 (file)
@@ -65,7 +65,7 @@ The main exception in %SALOME application.
 */
   exception SALOME_Exception
   {
-    ExceptionStruct details;
+    ExceptionStruct details; /*!<Structure of the exception.*/
   };
 
 };