xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir
This commit is contained in:
parent
bdef330832
commit
0a8f2c1cd9
11 changed files with 67 additions and 46 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
includes: [ "<xo/printable2/Printable.hpp>" ],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/Sequence.json5",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue