From 98ada12f66b3fcb5d1e6943ee88e22205c315b46 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 27 Aug 2011 13:58:53 +0200 Subject: [PATCH] libsshpp: Remove type argument from doc. --- include/libssh/libsshpp.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index 52058717..a353826a 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,