From: Haojian Wu Date: Tue, 10 Oct 2017 09:00:56 +0000 (+0000) Subject: Fix small nits in clang-refactor doc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8e3ebd8b6d79865a87990928f7b5b63679d1d36;p=clang Fix small nits in clang-refactor doc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/RefactoringEngine.rst b/docs/RefactoringEngine.rst index 581493fe40..e0d16ef437 100644 --- a/docs/RefactoringEngine.rst +++ b/docs/RefactoringEngine.rst @@ -41,7 +41,7 @@ outline of a ``local-rename`` action: public: StringRef getCommand() const override { return "local-rename"; } - StringRef getDescription() const override { + StringRef getDescription() const override { return "Finds and renames symbols in code with no indexer support"; } @@ -143,7 +143,7 @@ list of action rules using the following code: Rules.push_back( createRefactoringActionRule( SourceRangeSelectionRequirement()) - ) + ); The ``createRefactoringActionRule`` function takes in a list of refactoring action rule requirement values. These values describe the initiation