Skip to content

Commit

Permalink
ARROW-4274: Fix doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pindikura Ravindra committed Jan 23, 2019
1 parent e2de415 commit 2c0d870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/src/arrow/util/basic_decimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ enum class DecimalStatus {
kRescaleDataLoss,
};

/// Represents a signed 128-bit integer in two's complement.
///
/// This class is also compiled into LLVM IR - so, it should not have cpp references like
/// streams, boost, ..
/// streams and boost.
class ARROW_EXPORT BasicDecimal128 {
public:
/// \brief Create a BasicDecimal128 from the two's complement representation.
Expand Down

0 comments on commit 2c0d870

Please sign in to comment.