diff --git a/include/xo/object2/DList.hpp b/include/xo/object2/DList.hpp index 50ab8dd..01ef3eb 100644 --- a/include/xo/object2/DList.hpp +++ b/include/xo/object2/DList.hpp @@ -57,9 +57,12 @@ namespace xo { // GCObject facet + /** @defgroup xo-scm-list-gcobject-facet gcobject facet **/ + ///@{ size_type shallow_size() const noexcept; DList * shallow_copy(obj mm) const noexcept; size_type forward_children(obj gc) noexcept; + ///@} /** first member of list **/ obj head_;