From 8066100f5360e33f6c02d00ee727a434d8af014e Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 23 Aug 2010 20:48:30 +0200 Subject: Doxygen fixes --- include/libssh/libsshpp.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/libssh/libsshpp.hpp') diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index 1a4644a9..5250057e 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -36,6 +36,9 @@ * linking mode, which the compiler can decide to do in some case. There would be nearly no * performance penalty of using the wrapper rather than native calls. * + * Please visit the documentation of ssh::Session and ssh::Channel + * @see ssh::Session + * @see ssh::Channel * @{ */ @@ -407,5 +410,5 @@ private: } // namespace ssh -/* @} */ +/** @} */ #endif /* LIBSSHPP_HPP_ */ -- cgit