From 83aad38cf69c0796e6de50f623829c2fac55b526 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 6 Sep 2013 16:48:12 +0200 Subject: Doc: edit cpptools docs Remove \briefs from function descriptions and use standard wording in them. Use standard wording for \enum. Replace \param with \a. Change-Id: If429b6fc67ef6d1313c18f6111aa84f9c996189f Reviewed-by: Erik Verbruggen --- src/plugins/cpptools/cpppointerdeclarationformatter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/cpptools/cpppointerdeclarationformatter.h') diff --git a/src/plugins/cpptools/cpppointerdeclarationformatter.h b/src/plugins/cpptools/cpppointerdeclarationformatter.h index 621c6d3971..9eadd6ed26 100644 --- a/src/plugins/cpptools/cpppointerdeclarationformatter.h +++ b/src/plugins/cpptools/cpppointerdeclarationformatter.h @@ -63,10 +63,10 @@ public: /*! \enum PointerDeclarationFormatter::CursorHandling - This simplifies the QuickFix implementation. + This enum type simplifies the QuickFix implementation. \value RespectCursor - Consider the cursor position / selection of the CppRefactoringFile + Consider the cursor position or selection of the CppRefactoringFile for rejecting edit operation candidates for the resulting ChangeSet. If there is a selection, the range of the edit operation candidate should be inside the selection. If there is no selection, the cursor -- cgit v1.2.1