Add loplugin:includeform documentation

Change-Id: I5a8c6ab0a967d9da2e1764301cd54f87f467a653
Reviewed-on: https://gerrit.libreoffice.org/61176
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2018-10-01 09:10:07 +02:00
parent ef20b1d3db
commit b0eab4b2d2
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
#include "compat.hxx"
#include "plugin.hxx"
// Enforces the "Rules for #include directives (C/C++)" described in README.md.
namespace {
class IncludeForm final: public PPCallbacks, public loplugin::RewritePlugin {