libt2n: (gerd) add ip communication
[libt2n] / src / t2n_exception.hxx
index 7b68c21..9d789b5 100644 (file)
@@ -264,8 +264,7 @@ class t2n_serialization_error : public t2n_exception
 };
 BOOST_CLASS_EXPORT(t2n_serialization_error)
 
-/**
- a runtime error within the remote function
+/** @brief a runtime error within the remote function.
  derive your own custom exceptions from this one
 */
 class t2n_runtime_error : public t2n_exception