summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-09-30 10:57:23 +0200
committerDave Davenport <qball@gmpclient.org>2019-09-30 10:57:23 +0200
commit8590a7ccf2f73552a0501fa39c54cceae1f2f79c (patch)
tree27d24197240e1d0ff9d8471bd7686c0ae8493bdf /source/dialogs/ssh.c
parent0a0556c76571e9fcec68de7dcf8a60369cf746e2 (diff)
[CI] Fixing some more doxygen warnings.
Diffstat (limited to 'source/dialogs/ssh.c')
-rw-r--r--source/dialogs/ssh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index d6341a94..83c0718b 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -168,6 +168,7 @@ static void delete_ssh ( const char *host )
}
/**
+ * @param path Path of the known host file.
* @param retv list of hosts
* @param length pointer to length of list [in][out]
*
@@ -453,11 +454,12 @@ static void parse_ssh_config_file ( SSHModePrivateData *pd, const char *filename
}
/**
+ * @param pd The plugin data handle
* @param length The number of found ssh hosts [out]
*
* Gets the list available SSH hosts.
*
- * @return an array of strings containing all the hosts.
+ * @returns an array of strings containing all the hosts.
*/
static SshEntry * get_ssh ( SSHModePrivateData *pd, unsigned int *length )
{