Index: /trunk/FACT++/src/Converter.cc
===================================================================
--- /trunk/FACT++/src/Converter.cc	(revision 10350)
+++ /trunk/FACT++/src/Converter.cc	(revision 10351)
@@ -70,19 +70,4 @@
 
 using namespace std;
-/*
-In addition to converting the options from a string into binary format
-or back all found values are also put into a vector of boost::any objects.
-They can be accessed using e.g.
-
-\code
-Converter c(cout, "I:1;F:1;B:1;A:1;C", "112 5.5 on this is a test");
-
-   cout << c.Get<int>(0)    << endl;  // prints '112'
-   cout << c.Get<float>(1)  << endl;  // prints '5.5'
-   cout << c.Get<bool>(2)   << endl;  // prints '1'
-   cout << c.Get<string>(3) << endl;  // prints 'this'
-   cout << c.Get<string>(4) << endl;  // prints 'is a test'
-\endcode
-*/
 
 // --------------------------------------------------------------------------
