update docstring for Ordering::+=
parent
318f7384b5
commit
6e6bbfff4c
|
@ -73,7 +73,7 @@ public:
|
|||
/**
|
||||
* @brief Append new keys to the ordering as `ordering += keys`.
|
||||
*
|
||||
* @param key
|
||||
* @param keys The key vector to append to this ordering.
|
||||
* @return The ordering variable with appended keys.
|
||||
*/
|
||||
This& operator+=(KeyVector& keys);
|
||||
|
|
Loading…
Reference in New Issue