forked from OSchip/llvm-project
APInt.h: Prune \param(s) in \returns. [-Wdocumentation]
llvm-svn: 299334
This commit is contained in:
parent
7fc08a8117
commit
2f181584cb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue