move documentation of plugins to the .cxx files

It's mostly there already anyway, no need to duplicate it.

Change-Id: I5b066f90725a064fb0746e1411900e835e3f66c3
This commit is contained in:
Luboš Luňák
2013-02-02 18:34:12 +01:00
parent c6ffe17631
commit a1c61eb112
6 changed files with 28 additions and 32 deletions

View File

@@ -13,6 +13,12 @@
#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
/*
This is a rewriter.
Change all postfix ++ operators of non-trivial types to prefix if possible.
*/
namespace loplugin
{