Skip to content

Commit

Permalink
docs: set_allow_multiselect is now correctly documented
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored and Mishura4 committed Jun 9, 2024
1 parent c36b5de commit 3938bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dpp/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -1563,9 +1563,9 @@ struct DPP_EXPORT poll {
poll& set_duration(uint32_t hours) noexcept;

/**
* @brief Set the duration of the poll in hours
* @brief Set if the poll should allow multi-selecting
*
* @param hours Duration of the poll in hours
* @param allow Should allow multi-select?
* @return self for method chaining
*/
poll& set_allow_multiselect(bool allow) noexcept;
Expand Down

0 comments on commit 3938bfa

Please sign in to comment.