lib: add `size >= 1` pre-condition to bt_field_class_integer_set_field_value_range
[babeltrace.git] / include / babeltrace2 / trace-ir / field-class.h
index 4e1505c68ab5ac4c2413cacd448af5cebe965877..078e0080db1907e3c52aa52ac1c0773e0e4f2bda 100644 (file)
@@ -1737,7 +1737,7 @@ See the \ref api-tir-fc-int-prop-size "field value range" property.
 @bt_pre_hot{field_class}
 @bt_pre_is_int_fc{field_class}
 @pre
-    \bt_p{n} ⩽ 64.
+    1 ⩽ \bt_p{n} ⩽ 64.
 
 @sa bt_field_class_integer_get_field_value_range() —
     Returns the field value range of an integer field class.
This page took 0.024724 seconds and 4 git commands to generate.