aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/libkviclasseditor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-08-23 23:57:34 +0000
committerGravatar Elvio Basello2010-08-23 23:57:34 +0000
commit3297e2db09c47ec12d85d532e9144290f7d0d38a (patch)
treea1bdd8f029f47f0d653b923d55ecce343954a09d /src/modules/classeditor/libkviclasseditor.cpp
parentupdate (diff)
downloadKVIrc-3297e2db09c47ec12d85d532e9144290f7d0d38a.tar.gz
KVIrc-3297e2db09c47ec12d85d532e9144290f7d0d38a.tar.bz2
KVIrc-3297e2db09c47ec12d85d532e9144290f7d0d38a.zip
cleaned code;
added doxygen comments (wip); improved indentation and hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4930 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/libkviclasseditor.cpp')
-rw-r--r--src/modules/classeditor/libkviclasseditor.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/modules/classeditor/libkviclasseditor.cpp b/src/modules/classeditor/libkviclasseditor.cpp
index c2b9736f9..94564c88d 100644
--- a/src/modules/classeditor/libkviclasseditor.cpp
+++ b/src/modules/classeditor/libkviclasseditor.cpp
@@ -34,19 +34,18 @@ KviModule * g_pClassEditorModule = 0;
/*
- @doc: classeditor.open
+ @doc: classeditor.open
@type:
command
@title:
- classeditor.open
+ classeditor.open
@short:
Shows the class editor
@syntax:
- classeditor.open
+ classeditor.open
@description:
- Opens the script class editor dialog.
+ Opens the script class editor dialog.
*/
-
static bool classeditor_kvs_cmd_open(KviKvsModuleCommandCall * c)
{
if(!g_pClassEditorWindow)
@@ -68,7 +67,7 @@ static bool classeditor_module_init(KviModule * m)
return true;
}
-static bool classeditor_module_can_unload(KviModule * )
+static bool classeditor_module_can_unload(KviModule *)
{
return (g_pClassEditorWindow == 0);
}