subrepo: subdir: "xo-gc" merged: "b1898230" upstream: origin: "git@github.com:Rconybea/xo-gc.git" branch: "main" commit: "b1898230" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
24 lines
652 B
Text
24 lines
652 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/gc/facet",
|
|
output_hpp_dir: "include/xo/gc",
|
|
output_impl_subdir: "detail",
|
|
includes: [
|
|
// "<xo/alloc2/GCObject.hpp>",
|
|
// "<xo/alloc2/Allocator.hpp>"
|
|
],
|
|
local_types: [
|
|
{
|
|
name: "typeseq",
|
|
doc: ["identifies a c++ type"],
|
|
definition: "xo::reflect::typeseq"
|
|
},
|
|
],
|
|
namespace1: "xo",
|
|
namespace2: "mm",
|
|
facet_idl: "idl/Collector.json5",
|
|
brief: "provide ACollector interface for DX1Collector",
|
|
using_doxygen: true,
|
|
repr: "DX1Collector",
|
|
doc: [ "implement ACollector for DX1Collector" ],
|
|
}
|