From: NAKAMURA Takumi Date: Sun, 2 Apr 2017 15:05:18 +0000 (+0000) Subject: APInt.h: Prune \param(s) in \returns. [-Wdocumentation] X-Git-Tag: llvmorg-5.0.0-rc1~8651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f181584cbd795bc9cc7cb6a67d6b7811395fabd;p=platform%2Fupstream%2Fllvm.git APInt.h: Prune \param(s) in \returns. [-Wdocumentation] llvm-svn: 299334 --- diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h index 56d5777..683d4e1 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/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.