1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Fix C++ documentation about the exceptions

This commit is contained in:
Aris Adamantiadis
2010-08-27 12:01:42 +02:00
parent 1834ca3820
commit bcf4e56fe0

View File

@@ -39,6 +39,13 @@
* Please visit the documentation of ssh::Session and ssh::Channel * Please visit the documentation of ssh::Session and ssh::Channel
* @see ssh::Session * @see ssh::Session
* @see ssh::Channel * @see ssh::Channel
*
* If you wish not to use C++ exceptions, please define SSH_NO_CPP_EXCEPTIONS:
* @code
* #define SSH_NO_CPP_EXCEPTIONS
* #include <libssh/libsshpp.hpp>
* @endcode
* All functions will then return SSH_ERROR in case of error.
* @{ * @{
*/ */