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/objects/libkviobjects.cpp | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'src/modules/objects/libkviobjects.cpp') diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index c862eed37..caf3f8a04 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -624,32 +624,32 @@ static bool objects_kvs_cmd_disconnect(KviKvsModuleCommandCall * c) static bool objects_kvs_fnc_listObjects(KviKvsModuleFunctionCall * cmd) { -/* - @doc: objects.dump - @type: - function - @title: - $objects.dump - @keyterms: - dump objects - @short: - Dump the KVIrc widgets. - @syntax: - $objects.dump() - @description: - This function return an array containing a representation of the widgets tree in KVIrc;[br] - If the flag is enabled, the array will be printed in the current window, too. - @examples: - [example] - %A[]=$objects.dump(0) - %i=0 - while (%i != %A[]#) - { - echo %A[%i] - %i++ - } - [/example] -*/ + /* + @doc: objects.dump + @type: + function + @title: + $objects.dump + @keyterms: + dump objects + @short: + Dump the KVIrc widgets. + @syntax: + $objects.dump() + @description: + This function return an array containing a representation of the widgets tree in KVIrc;[br] + If the flag is enabled, the array will be printed in the current window, too. + @examples: + [example] + %A[]=$objects.dump(0) + %i=0 + while (%i != %A[]#) + { + echo %A[%i] + %i++ + } + [/example] + */ bool bFlag; -- cgit v1.3.1-10-gc9f91