remove obsolete attributes default tip

Mon, 18 Aug 2025 23:10:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 18 Aug 2025 23:10:26 +0200
changeset 1346
2d24f7bae4c9
parent 1345
79a865252b16

remove obsolete attributes

src/cx/list.h file | annotate | diff | comparison | revisions
--- 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(

mercurial