Fix C++ documentation about the exceptions
Этот коммит содержится в:
родитель
1834ca3820
Коммит
bcf4e56fe0
@ -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.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user