aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-23 20:48:30 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-23 20:48:30 +0200
commit8066100f5360e33f6c02d00ee727a434d8af014e (patch)
treed2ea8d4321beffb34c5f85784597929617b4e66e /include/libssh
parentf60c22628a09329fd2972ca78bc39b7115d0c71d (diff)
downloadlibssh-8066100f5360e33f6c02d00ee727a434d8af014e.tar.gz
libssh-8066100f5360e33f6c02d00ee727a434d8af014e.tar.xz
libssh-8066100f5360e33f6c02d00ee727a434d8af014e.zip
Doxygen fixes
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libsshpp.hpp5
1 files changed, 4 insertions, 1 deletions
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_ */