summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-06-21 04:14:17 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-06-21 04:14:17 +0000
commitd3d03fe758d4ee93ea225c6740742eb56b6dca3b (patch)
tree6d500a2587900ca8be62cb0b1d6c2c16af07bcb2 /include
parente954d98394c257b98b24e7ad43d4f5d1bffe09b1 (diff)
downloadllvm-d3d03fe758d4ee93ea225c6740742eb56b6dca3b.tar.gz
llvm-d3d03fe758d4ee93ea225c6740742eb56b6dca3b.tar.bz2
llvm-d3d03fe758d4ee93ea225c6740742eb56b6dca3b.tar.xz
[APFloat] Added missing doxygen module closing statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/APFloat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 0613376253..638720940d 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/include/llvm/ADT/APFloat.h
@@ -300,6 +300,8 @@ public:
/// IEEE-754R 5.3.1: nextUp/nextDown.
opStatus next(bool nextDown);
+ /// @}
+
/// \name Sign operations.
/// @{