diff --git a/src/lib/maoxdb.hpp b/src/lib/maoxdb.hpp index 4749e41df4712be06e9e853e1c0ecab025a2297a..b3d98be8d3c73595f59cb7ea51a72a23385d0aac 100644 --- a/src/lib/maoxdb.hpp +++ b/src/lib/maoxdb.hpp @@ -49,6 +49,9 @@ void test(); * * @return pair<string msgId, string msgText> The message ID and message text which can be passed to * Octave. + * + * @note Additional utility functions should be easy to implement when the libcaosdb error handling + * changes. */ std::pair<string, string> exceptionToMessage(const caosdb::exceptions::Exception &exc);