From f138911b65dfce85c551f9e2e4bbeb595d6c6755 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 2 Mar 2016 12:15:44 +0000 Subject: documentation: formatting/indentation + minor syntax fixes + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes --- src/modules/serverdb/libkviserverdb.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/serverdb/libkviserverdb.cpp') diff --git a/src/modules/serverdb/libkviserverdb.cpp b/src/modules/serverdb/libkviserverdb.cpp index 3977bd03d..823c6df4d 100644 --- a/src/modules/serverdb/libkviserverdb.cpp +++ b/src/modules/serverdb/libkviserverdb.cpp @@ -109,7 +109,7 @@ extern KVIRC_API KviIrcServerDataBase * g_pServerDataBase; $serverdb.networkExists() @description: Checks if the network already exists in the DB.[br] - It returns 1 if the network exists, 0 otherwise. + It returns [b]1[/b] if the network exists, and [b]0[/b] otherwise. @seealso: [module:serverdb]ServerDB module documentation[/module] */ @@ -151,7 +151,7 @@ static bool serverdb_kvs_fnc_networkExists(KviKvsModuleFunctionCall * c) @description: Checks if the server already exists for a network in the DB.[br] If no network name is provided, the check is made globally.[br] - It returns 1 if the server exists, 0 otherwise + It returns 1 if the server exists, and [b]0[/b] otherwise @seealso: [module:serverdb]ServerDB module documentation[/module] */ @@ -434,7 +434,7 @@ SERVERDB_GET_NETWORK_PROPERTY(serverdb_kvs_fnc_networkLoginCommand,onLoginComman @doc: serverdb.networkName @type: function - @title: + @title: $serverdb.networkName @short: Returns the name -- cgit v1.3.1-10-gc9f91