Skip to content

Commit

Permalink
Doxygen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Aug 11, 2023
1 parent 12b0762 commit c90e561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphs/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,8 @@ namespace Wisteria::Graphs
/// @brief Sorts the the table by the provided column (based on a specified order of labels in the column).
/// This is similar to what @c forcats::fct_relevel() does in R.
/// @param columnToSort The column to sort by.
/// @param labels The labels in the column, sorted in the new order that they should
/// appear going downwards.
/// @param direction The direction to sort by.
/// @warning Call this immediately after calling SetData and before any other functions.\n
/// Calling this will clear all aggregations, footnotes, formatting commands, etc.
Expand Down

0 comments on commit c90e561

Please sign in to comment.