[APFloat] Added missing doxygen module closing statement.
authorMichael Gottesman <mgottesman@apple.com>
Fri, 21 Jun 2013 04:14:17 +0000 (04:14 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Fri, 21 Jun 2013 04:14:17 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184526 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 06133762536d51bea4e57ccf1c687e81390d86cc..638720940dac6190190331b19ad3d8895057b9bf 100644 (file)
@@ -300,6 +300,8 @@ public:
   /// IEEE-754R 5.3.1: nextUp/nextDown.
   opStatus next(bool nextDown);
 
+  /// @}
+
   /// \name Sign operations.
   /// @{