aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/libkviobjects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/libkviobjects.cpp')
-rw-r--r--src/modules/objects/libkviobjects.cpp52
1 files changed, 26 insertions, 26 deletions
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:
- <array> $objects.dump(<print:boolean>)
- @description:
- This function return an array containing a representation of the widgets tree in KVIrc;[br]
- If the <print> 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:
+ <array> $objects.dump(<print:boolean>)
+ @description:
+ This function return an array containing a representation of the widgets tree in KVIrc;[br]
+ If the <print> 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;