From 5a5f4253b823d2ec06cff77b6163a87bc61dbe1f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 2 Apr 2017 15:05:18 +0000 Subject: [PATCH] APInt.h: Prune \param(s) in \returns. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299334 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 56d5777288e..683d4e1cc13 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -1937,7 +1937,7 @@ inline bool isShiftedMask(const APInt &APIVal) { /// This function returns the greatest common divisor of the two APInt values /// using Euclid's algorithm. /// -/// \returns the greatest common divisor of \param A and \param B. +/// \returns the greatest common divisor of A and B. APInt GreatestCommonDivisor(APInt A, APInt B); /// \brief Converts the given APInt to a double value. -- 2.40.0