util/Exception: update API documentation

This commit is contained in:
Max Kellermann 2017-09-13 10:49:34 +02:00
parent e76f4c2ae9
commit 3bcd6ecbad

View File

@ -107,8 +107,8 @@ GetFullMessage(const std::exception &e,
const char *separator="; ") noexcept; const char *separator="; ") noexcept;
/** /**
* Extract the full message of a C++ exception, considering its nested * Obtain the full concatenated message of an exception and its nested
* exceptions (if any). * chain.
*/ */
std::string std::string
GetFullMessage(std::exception_ptr ep, GetFullMessage(std::exception_ptr ep,