diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-06-21 04:14:17 +0000 | 
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-06-21 04:14:17 +0000 | 
| commit | a02291010d44c85309a5bee231cbd82d8120fdda (patch) | |
| tree | 64e3d013672042a3a236efe0ebcbda0c735a8088 | |
| parent | 512b3f22bb9c5d9d41e10faa7109a4853aaff538 (diff) | |
| download | bcm5719-llvm-a02291010d44c85309a5bee231cbd82d8120fdda.tar.gz bcm5719-llvm-a02291010d44c85309a5bee231cbd82d8120fdda.zip  | |
[APFloat] Added missing doxygen module closing statement.
llvm-svn: 184526
| -rw-r--r-- | llvm/include/llvm/ADT/APFloat.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h index 06133762536..638720940da 100644 --- a/llvm/include/llvm/ADT/APFloat.h +++ b/llvm/include/llvm/ADT/APFloat.h @@ -300,6 +300,8 @@ public:    /// IEEE-754R 5.3.1: nextUp/nextDown.    opStatus next(bool nextDown); +  /// @} +    /// \name Sign operations.    /// @{  | 

