summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.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/plugin.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/plugin.cxx')
-rw-r--r--compilerplugins/clang/plugin.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx
index 9ab9f2d13f7f..01b2894dfcab 100644
--- a/compilerplugins/clang/plugin.cxx
+++ b/compilerplugins/clang/plugin.cxx
@@ -15,6 +15,9 @@
#include "pluginhandler.hxx"
+/*
+Base classes for plugin actions.
+*/
namespace loplugin
{