]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxColourSelector.cxx
Fixes in some comments
[bbtk.git] / packages / wx / src / bbwxColourSelector.cxx
index 80cfe680e8d871bbbfa804bacf116c07fae8c192..1194f88a35a67b0445a07501b1fafb963e0d472f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxColourSelector.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/06/26 07:37:11 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2008/09/10 12:01:47 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
                                                                                 
 =========================================================================*/
 /**
- *  \file 
- *  \brief 
+ * \file
+ * \brief Short description in one line
+ *
+ * Long
+ * description
+ *
  */
 
 #ifdef _USE_WXWIDGETS_
@@ -37,8 +41,8 @@ namespace bbwx
   {
   }
 
-  void ColourSelector::Process() 
-   { 
+  void ColourSelector::Process()
+   {
       bbtkDebugMessageInc("Core",9,"ColourSelector::Process() ["
                           <<bbGetFullName()<<"]"<<std::endl);
 
@@ -54,10 +58,10 @@ namespace bbwx
          wxColour& c = colordialog->GetColourData().GetColour();
          sprintf(col,"%f %f %f",c.Red()/255.,c.Green()/255.,c.Blue()/255.);
          bbSetOutputOut( col );
-      } else { 
+      } else {
          bbSetOutputOut("");
       }
-      bbtkDebugDecTab("Core",9); 
+      bbtkDebugDecTab("Core",9);
    }
 
 //  void ColourSelector::CreateWidget()