libsshpp: Remove type argument from doc.

This commit is contained in:
Andreas Schneider
2011-08-27 13:58:53 +02:00
parent 0bd99b3773
commit 98ada12f66

View File

@@ -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,