aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/Plugin.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-07-26 11:50:58 +0100
committerGravatar un1versal2016-07-27 17:32:14 +0100
commitd7d7992ffc6708efc272674e198b39c28da6a284 (patch)
tree41ba2ccd4432e1039be768f18edb13ebea06cea6 /src/modules/system/Plugin.cpp
parentgendoc: tweak colors (diff)
downloadKVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.gz
KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.bz2
KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.zip
documentaion: formatting fixes
Diffstat (limited to 'src/modules/system/Plugin.cpp')
-rw-r--r--src/modules/system/Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/Plugin.cpp b/src/modules/system/Plugin.cpp
index 8cee964f6..f63d3dfa9 100644
--- a/src/modules/system/Plugin.cpp
+++ b/src/modules/system/Plugin.cpp
@@ -55,7 +55,7 @@
[example]
int _free(void * p)
{
- // Always free the memory here!
+ [comment]// Always free the memory here![/comment]
free(p);
return 0;
}