aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-10 20:28:59 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-10 20:28:59 +0100
commit751f202f567abdf5630f99de4bf9a9385d7ad1d8 (patch)
treee6788daa5f7101b0d1409d5601b23c49b879bf19
parent37eeb854e4b0a51b0e51d571404630e156efa819 (diff)
downloadlibssh-751f202f567abdf5630f99de4bf9a9385d7ad1d8.tar.gz
libssh-751f202f567abdf5630f99de4bf9a9385d7ad1d8.tar.xz
libssh-751f202f567abdf5630f99de4bf9a9385d7ad1d8.zip
doc: Follow the current naming convention.
-rw-r--r--src/pki.c2
-rw-r--r--src/threads.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pki.c b/src/pki.c
index 5736264..0376ac2 100644
--- a/src/pki.c
+++ b/src/pki.c
@@ -21,7 +21,7 @@
*/
/**
- * @defgroup libssh_pki SSH Public Key Infrastructure
+ * @defgroup libssh_pki The SSH Public Key Infrastructure
* @ingroup libssh
*
* Functions for the creation, importation and manipulation of public and
diff --git a/src/threads.c b/src/threads.c
index db7c216..64b413b 100644
--- a/src/threads.c
+++ b/src/threads.c
@@ -20,7 +20,7 @@
*/
/**
- * @defgroup libssh_threads Threading with libssh
+ * @defgroup libssh_threads The SSH threading functions.
* @ingroup libssh
*
* Threading with libssh