mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-02 01:17:52 +03:00
Fixed the doxygen group of the libssh c++ wrapper.
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
#ifndef LIBSSHPP_HPP_
|
#ifndef LIBSSHPP_HPP_
|
||||||
#define 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
|
* The C++ bindings for libssh are completely embedded in a single .hpp file, and
|
||||||
* this for two reasons:
|
* this for two reasons:
|
||||||
* - C++ is hard to keep binary compatible, C is easy. We try to keep libssh C version
|
* - 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"
|
* - 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
|
* 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.
|
* performance penalty of using the wrapper rather than native calls.
|
||||||
|
*
|
||||||
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libssh/libssh.h>
|
#include <libssh/libssh.h>
|
||||||
@@ -239,6 +241,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ssh
|
} // namespace ssh
|
||||||
/** @}
|
|
||||||
*/
|
/* @} */
|
||||||
#endif /* LIBSSHPP_HPP_ */
|
#endif /* LIBSSHPP_HPP_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user