APInt.h: Prune \param(s) in \returns. [-Wdocumentation]

llvm-svn: 299334
This commit is contained in:
NAKAMURA Takumi 2017-04-02 15:05:18 +00:00
parent 7fc08a8117
commit 2f181584cb
1 changed files with 1 additions and 1 deletions

View File

@ -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.