include: add IWYU pragmas in private header files
[babeltrace.git] / include / babeltrace2 / integer-range-set.h
index 86b0dc46cf050e8df359a5888ae1d7af590012f8..f4984b2efdcd097d2dcb2b071a6af3e1fbece824 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef BABELTRACE2_INTEGER_RANGE_SET_H
 #define BABELTRACE2_INTEGER_RANGE_SET_H
 
+/* IWYU pragma: private, include <babeltrace2/babeltrace.h> */
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
@@ -624,8 +626,8 @@ bt_integer_range_set_signed_borrow_range_by_index_const(
 
 Two signed integer range sets are considered equal if they contain the
 exact same signed integer ranges, whatever the order. In other words,
-a signed integer range set containing [-57,&nbsp;23] and [24,&nbsp;42]
-is \em not equal to a signed integer range containing [-57,&nbsp;42].
+a signed integer range set containing [57,&nbsp;23] and [24,&nbsp;42]
+is \em not equal to a signed integer range containing [57,&nbsp;42].
 
 @param[in] int_range_set_a
     Signed integer range set A.
This page took 0.024552 seconds and 4 git commands to generate.