0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd:Ⓜ️:dbs: Update comment for event_refs enum.

This commit is contained in:
Jason Volk 2019-05-19 15:11:58 -07:00
parent e0618dbdd8
commit ea14caa95a

View file

@ -60,7 +60,11 @@ namespace ircd::m::dbs::desc
/// event_refs store this in a high order byte of an event::idx integer. This
/// is an alternative to having separate columns for each type of reference.
///
/// NOTE: These values are written to the database and cannot be changed.
/// NOTE: These values are written to the database and cannot be changed to
/// maintain ABI stability.
///
/// NOTE: These values not bit-flags and the entire integer space is in use.
///
enum class ircd::m::dbs::ref
:uint8_t
{