summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-27 13:58:53 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-27 13:58:53 +0200
commit98ada12f66b3fcb5d1e6943ee88e22205c315b46 (patch)
treebe09fa7db9e225b2b079803f6c6360736a934286
parent0bd99b37735038a9f9177690d0090123e97158af (diff)
downloadlibssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.tar.gz
libssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.tar.xz
libssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.zip
libsshpp: Remove type argument from doc.
-rw-r--r--include/libssh/libsshpp.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp
index 5205871..a353826 100644
--- a/include/libssh/libsshpp.hpp
+++ b/include/libssh/libsshpp.hpp
@@ -206,7 +206,6 @@ public:
return ret;
}
/** @brief Try to authenticate using the publickey method.
- * @param[in] type public key type
* @param[in] pubkey public key to use for authentication
* @throws SshException on error
* @returns SSH_AUTH_SUCCESS if the pubkey is accepted,