# HG changeset patch # User Mike Becker # Date 1755551426 -7200 # Node ID 2d24f7bae4c92551a9fd856dc4f1b5316b3082f0 # Parent 79a865252b161ab8ca7dece56424da0231d08ba9 remove obsolete attributes diff -r 79a865252b16 -r 2d24f7bae4c9 src/cx/list.h --- a/src/cx/list.h Mon Aug 18 23:08:56 2025 +0200 +++ b/src/cx/list.h Mon Aug 18 23:10:26 2025 +0200 @@ -912,13 +912,12 @@ * * The returned iterator is position-aware. * - * If the index is out of range, a past-the-end iterator will be returned. + * If the index is out of range or @p list is @c NULL, a past-the-end iterator will be returned. * * @param list the list * @param index the index where the iterator shall point at * @return a new iterator */ -cx_attr_nonnull cx_attr_nodiscard cx_attr_export CxIterator cxListMutIteratorAt( @@ -932,13 +931,12 @@ * * The returned iterator is position-aware. * - * If the index is out of range, a past-the-end iterator will be returned. + * If the index is out of range or @p list is @c NULL, a past-the-end iterator will be returned. * * @param list the list * @param index the index where the iterator shall point at * @return a new iterator */ -cx_attr_nonnull cx_attr_nodiscard cx_attr_export CxIterator cxListMutBackwardsIteratorAt(