src/cx/tree.h

changeset 854
fe0d69d72bcd
parent 853
d4baf4dd55c3
     1.1 --- a/src/cx/tree.h	Thu May 23 19:29:14 2024 +0200
     1.2 +++ b/src/cx/tree.h	Thu May 23 20:29:28 2024 +0200
     1.3 @@ -58,7 +58,10 @@
     1.4   * @see CxIterator
     1.5   */
     1.6  typedef struct cx_tree_iterator_s {
     1.7 -    CX_ITERATOR_BASE
     1.8 +    /**
     1.9 +     * Base members.
    1.10 +     */
    1.11 +    CX_ITERATOR_BASE;
    1.12      /**
    1.13       * Indicates whether the subtree below the current node shall be skipped.
    1.14       */
    1.15 @@ -154,7 +157,10 @@
    1.16   * @see CxIterator
    1.17   */
    1.18  typedef struct cx_tree_visitor_s {
    1.19 -    CX_ITERATOR_BASE
    1.20 +    /**
    1.21 +     * Base members.
    1.22 +     */
    1.23 +    CX_ITERATOR_BASE;
    1.24      /**
    1.25       * Indicates whether the subtree below the current node shall be skipped.
    1.26       */

mercurial