xo-object2: doxygen nit

This commit is contained in:
Roland Conybeare 2026-03-07 00:27:24 +11:00
commit c58d52244e

View file

@ -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<AAllocator> mm) const noexcept;
size_type forward_children(obj<ACollector> gc) noexcept;
///@}
/** first member of list **/
obj<AGCObject> head_;