aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:05:24 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:05:24 +0200
commit29a229724bebaf1947a80a3dca252206232a0643 (patch)
tree40483f41509f34b2e487b793f63d7e2a81ed70ff /include
parenta9fafc32a877e42d4044a637bed87845faabe189 (diff)
downloadlibssh-29a229724bebaf1947a80a3dca252206232a0643.tar.gz
libssh-29a229724bebaf1947a80a3dca252206232a0643.tar.xz
libssh-29a229724bebaf1947a80a3dca252206232a0643.zip
Fix a few documentation issues
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libsshpp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp
index a6b7a95d..1e2306df 100644
--- a/include/libssh/libsshpp.hpp
+++ b/include/libssh/libsshpp.hpp
@@ -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