From 2092a9cfc6fcdb3436399671e09008bb2a76fbf1 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 9 May 2009 17:34:36 +0000 Subject: fixes to documentation of module context git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3206 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/context/libkvicontext.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/modules/context') diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp index cb2b8dca2..f27bd32dc 100644 --- a/src/modules/context/libkvicontext.cpp +++ b/src/modules/context/libkvicontext.cpp @@ -81,8 +81,8 @@ @short: Returns the IRC network name of an IRC context @syntax: - $contex.networkName - $contex.networkName() + $context.networkName + $context.networkName() @description: Returns the name of the network for the specified IRC context. If no irc_context_id is specified then the current irc_context is used. @@ -108,8 +108,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the IRC server name of an IRC context @syntax: - $contex.serverHostName - $contex.serverHostName() + $context.serverHostName + $context.serverHostName() @description: Returns the host name of the IRC server that was used to perform the connection in the specified irc context. @@ -141,8 +141,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the IRC server ip address of an IRC context @syntax: - $contex.serverIpAddress - $contex.serverIpAddress() + $context.serverIpAddress + $context.serverIpAddress() @description: Returns the ip address of the IRC server for the specified irc context. If no irc_context_id is specified then the current irc_context is used. @@ -169,8 +169,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the IPV6 state of an IRC context @syntax: - $contex.serverIsIPV6 - $contex.serverIsIPV6() + $context.serverIsIPV6 + $context.serverIsIPV6() @description: Returns true if the current irc context connection runs over IPV6. If no irc_context_id is specified then the current irc_context is used. @@ -198,8 +198,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the SSL state of an IRC context @syntax: - $contex.serverIsSSL - $contex.serverIsSSL() + $context.serverIsSSL + $context.serverIsSSL() @description: Returns true if the current irc context connection runs over SSL. If no irc_context_id is specified then the current irc_context is used. @@ -227,8 +227,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the password used to login to the server of an IRC context @syntax: - $contex.serverPassword - $contex.serverPassword() + $context.serverPassword + $context.serverPassword() @description: Returns the password used to login to the IRC server for the specified irc context. If no irc_context_id is specified then the current irc_context is used. @@ -256,8 +256,8 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER( @short: Returns the port of the IRC server of an IRC context @syntax: - $contex.serverPort - $contex.serverPort() + $context.serverPort + $context.serverPort() @description: Returns the port of the IRC server for the specified irc context. If no irc_context_id is specified then the current irc_context is used. @@ -338,7 +338,7 @@ static bool context_kvs_fnc_state(KviKvsModuleFunctionCall * c) @short: Returns a list of existing IRC contexts @syntax: - $contex.list + $context.list @description: Returns the array of currently existing IRC context identifiers. @seealso: -- cgit v1.3.1-10-gc9f91