xo-object2: tidy: IPrintable_DList -> list/ subdir

This commit is contained in:
Roland Conybeare 2026-01-15 00:13:27 -05:00
commit e6d1e935a5
9 changed files with 24 additions and 20 deletions

View file

@ -2,6 +2,7 @@
mode: "implementation",
includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [ ],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/Printable.json5",

View file

@ -8,6 +8,5 @@
brief: "provide ASequence interface for DList state",
using_doxygen: true,
repr: "DList",
doc: [ "doc for something or other"
],
doc: [ "implement ASequence for DList" ],
}