summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-02 18:34:12 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-02 22:59:44 +0100
commita1c61eb11298d5ed565c06e4b925d51d855fd8ff (patch)
tree1b2c4273cbecbbab41823c45ce36b1d35666215a /compilerplugins/clang/pluginhandler.cxx
parentc6ffe17631cccf11fbe00479d2169116d494a7da (diff)
move documentation of plugins to the .cxx files
It's mostly there already anyway, no need to duplicate it. Change-Id: I5b066f90725a064fb0746e1411900e835e3f66c3
Diffstat (limited to 'compilerplugins/clang/pluginhandler.cxx')
-rw-r--r--compilerplugins/clang/pluginhandler.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/compilerplugins/clang/pluginhandler.cxx b/compilerplugins/clang/pluginhandler.cxx
index 35d881ec52f2..023a270dae46 100644
--- a/compilerplugins/clang/pluginhandler.cxx
+++ b/compilerplugins/clang/pluginhandler.cxx
@@ -16,6 +16,10 @@
#include <stdio.h>
#include <unistd.h>
+/*
+This source file manages all plugin actions. It is not necessary to modify this
+file when adding new actions.
+*/
namespace loplugin
{