Mention that OSL_RBTREE implies OSL_UNIQUE.
[osl.git] / osl.h.in
index 1e1ec965a719c73fc9d2e88e484fed47b19404c8..5491a2c82411eb20a735185f6dd3b144cd00e881 100644 (file)
--- a/osl.h.in
+++ b/osl.h.in
@@ -62,7 +62,7 @@ enum osl_storage_flags {
        OSL_RBTREE = 1,
        /** The data for this column will have constant size. */
        OSL_FIXED_SIZE = 2,
-       /** All values of this column will be different. */
+       /** All values are different. Must be set if \p OSL_RBTREE is set. */
        OSL_UNIQUE = 4,
        /** Do not free the data for this column (\p OSL_NO_STORAGE). */
        OSL_DONT_FREE = 8