1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

Fix a few documentation issues

This commit is contained in:
Aris Adamantiadis
2010-08-28 21:05:24 +02:00
parent a9fafc32a8
commit 29a229724b
3 changed files with 13 additions and 13 deletions

View File

@@ -369,7 +369,7 @@ public:
Channel *newchan = new Channel(getSession(),x11chan);
return newchan;
}
/** @change the size of a pseudoterminal
/** @brief change the size of a pseudoterminal
* @param[in] cols number of columns
* @param[in] rows number of rows
* @throws SshException on error