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

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 2 08:05:18 PDT 2017


Author: chapuni
Date: Sun Apr  2 10:05:18 2017
New Revision: 299334

URL: http://llvm.org/viewvc/llvm-project?rev=299334&view=rev
Log:
APInt.h: Prune \param(s) in \returns. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/ADT/APInt.h

Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=299334&r1=299333&r2=299334&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Sun Apr  2 10:05:18 2017
@@ -1937,7 +1937,7 @@ inline bool isShiftedMask(const APInt &A
 /// 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.




More information about the llvm-commits mailing list