Salome HOME
PAL10125 - by double click on reference original object becomes selected
[modules/gui.git] / src / SUIT / SUIT_ParserSettings.cxx
index d7b358b306d36ce6df3dfdc3d853cf9fb79f8946..44689d1143dc6adb8c69f129c2a15e51bf2dc5da 100755 (executable)
 #include <qtextstream.h>
 
 
-/*!
-    Constructor.
-*/
+/*! Constructor. Do nothing.*/
 SUIT_ParserSettings::SUIT_ParserSettings()
 {
 }
 
 
 /*!
-    Destructor.
+    Destructor. Do nothing.
 */
 SUIT_ParserSettings::~SUIT_ParserSettings()
 {
@@ -202,7 +200,7 @@ QString SUIT_ParserSettings::removeComments(QString s)
 
 
 /*!
-    Removes all HTML comments (between '<!--' and '-->').
+    Removes all HTML comments (between '<!--' and '-->') \image html html_comments.gif
 */
 QString SUIT_ParserSettings::removeHtmlComments(QString s)
 {