aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 16:27:00 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 17:37:05 +0200
commitdab450be321af03a761371f427fe10254ec18d5f (patch)
tree122c57be11fd498f5fef66d1c26cb4940dd48865 /include
parenta3db621899809faac2975d55c4fb998e1bb8c019 (diff)
downloadlibssh-dab450be321af03a761371f427fe10254ec18d5f.tar.gz
libssh-dab450be321af03a761371f427fe10254ec18d5f.tar.xz
libssh-dab450be321af03a761371f427fe10254ec18d5f.zip
Fixed the doxygen group of the libssh c++ wrapper.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libsshpp.hpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp
index 7eea8c2..086e8e2 100644
--- a/include/libssh/libsshpp.hpp
+++ b/include/libssh/libsshpp.hpp
@@ -22,9 +22,9 @@
#ifndef LIBSSHPP_HPP_
#define LIBSSHPP_HPP_
-/** @defgroup ssh_cpp libssh C++ wrapper
- * @addtogroup ssh_cpp
- * @{
+/**
+ * @defgroup ssh_cpp The libssh C++ wrapper
+ *
* The C++ bindings for libssh are completely embedded in a single .hpp file, and
* this for two reasons:
* - C++ is hard to keep binary compatible, C is easy. We try to keep libssh C version
@@ -35,6 +35,8 @@
* - Most of the functions in this file are really short and are probably worth the "inline"
* 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.
+ *
+ * @{
*/
#include <libssh/libssh.h>
@@ -239,6 +241,6 @@ private:
};
} // namespace ssh
-/** @}
- */
+
+/* @} */
#endif /* LIBSSHPP_HPP_ */