APInt.h: Prune \param(s) in \returns. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 2 Apr 2017 15:05:18 +0000 (15:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 2 Apr 2017 15:05:18 +0000 (15:05 +0000)
llvm-svn: 299334

llvm/include/llvm/ADT/APInt.h

index 56d5777..683d4e1 100644 (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.