aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-07 21:25:53 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-07 21:25:53 +0100
commit2a6cbed12143a61b01f8e1e660706754f4918e92 (patch)
tree4bf4d240cf752d23300ed12c8f7ca7963a4cd02a
parent92fc2d6993295b886bc5edbb8495bd15d0eb0099 (diff)
downloadlibssh-2a6cbed12143a61b01f8e1e660706754f4918e92.tar.gz
libssh-2a6cbed12143a61b01f8e1e660706754f4918e92.tar.xz
libssh-2a6cbed12143a61b01f8e1e660706754f4918e92.zip
doc: Define a doc group for the callbacks.
-rw-r--r--include/libssh/callbacks.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/libssh/callbacks.h b/include/libssh/callbacks.h
index 65d78ce6..6189871a 100644
--- a/include/libssh/callbacks.h
+++ b/include/libssh/callbacks.h
@@ -33,6 +33,15 @@
extern "C" {
#endif
+/**
+ * @defgroup libssh_callbacks The libssh callbacks
+ * @ingroup libssh
+ *
+ * Callback which can be replaced in libssh.
+ *
+ * @{
+ */
+
/** @internal
* @brief callback to process simple codes
* @param code value to transmit
@@ -450,3 +459,5 @@ LIBSSH_API struct ssh_threads_callbacks_struct *ssh_threads_get_noop(void);
#endif
#endif /*_SSH_CALLBACK_H */
+
+/* @} */