Skip to content

Commit

Permalink
Merge pull request #2768 from bitshares/fix-doxygen-warnings
Browse files Browse the repository at this point in the history
Fix Doxygen warnings
  • Loading branch information
abitmore authored Jul 4, 2023
2 parents edf65bf + cc9841a commit ede3cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/chain/include/graphene/chain/asset_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ namespace graphene { namespace chain {
///@}

/// @return true if the individual settlement pool is not empty and the bitasset's black swan response method
/// (BSRM) is @ref bitasset_options::black_swan_response_type::individual_settlement_to_fund,
/// (BSRM) is @ref
/// graphene::protocol::bitasset_options::black_swan_response_type::individual_settlement_to_fund,
/// false otherwise
bool is_individually_settled_to_fund()const
{
Expand Down

0 comments on commit ede3cb0

Please sign in to comment.