diff options
| author | 2016-07-26 11:50:58 +0100 | |
|---|---|---|
| committer | 2016-07-27 17:32:14 +0100 | |
| commit | d7d7992ffc6708efc272674e198b39c28da6a284 (patch) | |
| tree | 41ba2ccd4432e1039be768f18edb13ebea06cea6 /src/modules/system | |
| parent | gendoc: tweak colors (diff) | |
| download | KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.gz KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.bz2 KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.zip | |
documentaion: formatting fixes
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/Plugin.cpp | 2 |
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; } |
