aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gagneraud <christian.gagneraud@navico.com>2019-05-13 14:08:08 +1200
committerChristian Gagneraud <christian.gagneraud@navico.com>2019-05-13 14:08:08 +1200
commit72fd4672b3c0be4c0c46eb0e08f4a0216af7ec1a (patch)
treedc5a389bbc18ac967754859f1e656833154f552c
parentf573bd714c10bce46640173647d821229906f824 (diff)
Minor class documentation improvement
-rw-r--r--src/Clazy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Clazy.h b/src/Clazy.h
index bdb75688..3fe352d2 100644
--- a/src/Clazy.h
+++ b/src/Clazy.h
@@ -51,7 +51,7 @@ class Stmt;
}
/**
- * This is the FrontendAction that is run with clazy is used as a plugin.
+ * This is the FrontendAction that is run when clazy is used as a clang plugin.
*/
class ClazyASTAction
: public clang::PluginASTAction
@@ -76,8 +76,7 @@ private:
};
/**
- * This is the FrontendAction that is run with clazy is used standalone instead of as a plugin.
- * i.e: when you run clazy-standalone, this is the invoked FrontendAction
+ * This is the FrontendAction that is run when clazy is invoked via clazy-standalone.
*/
class ClazyStandaloneASTAction
: public clang::ASTFrontendAction