xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir

This commit is contained in:
Roland Conybeare 2026-01-15 00:05:48 -05:00
commit 0a8f2c1cd9
11 changed files with 67 additions and 46 deletions

View file

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

View file

@ -1,8 +1,12 @@
{
mode: "facet",
includes: ["<xo/gc/GCObject.hpp>"],
// extra includes in Sequence.hpp, if any
user_hpp_includes: [],
namespace1: "xo",
namespace2: "scm",
// text after includes, before ASequence
pretext: [ "// {pretext} here" ],
facet: "Sequence",
detail_subdir: "sequence",
brief: "an ordered collection of variants",