Salome HOME
Merge relevant changes from V8_0_0_BR branch
[modules/gui.git] / src / LightApp / LightApp_Operation.cxx
index d0611d65d9fa6882a89f2ca89bddf045816e39e2..697cb14b5639f3138fe937aa7e3acf0a181b3735 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -36,7 +36,7 @@
 /*!
  * \brief Constructor
 *
-* Constructor sets myModule in NULL and myIsAutoResumed in TRUE
+* Constructor sets myModule in NULL and myIsAutoResumed in \c true
 */
 LightApp_Operation::LightApp_Operation()
 : SUIT_Operation( 0 ),
@@ -278,7 +278,7 @@ void LightApp_Operation::setDialogActive( const bool active )
 * Autoresume property is used during automatic resuming operation. If operation is
 * suspended and cursor is moved above dialog of the operation then operation is resumed
 * automatically (if possible). It can be resumed only program call otherwise (see
-* LightApp_SwitchOp for more description). This property is TRUE by default and may be
+* LightApp_SwitchOp for more description). This property is \c true by default and may be
 * changed with setAutoResumed() method call.
 */
 bool LightApp_Operation::isAutoResumed() const