subrepo: subdir: "xo-interpreter2" merged: "e4c6ff57" upstream: origin: "git@github.com:Rconybea/xo-interpreter2.git" branch: "main" commit: "e4c6ff57" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
18 lines
527 B
Text
18 lines
527 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/interpreter2",
|
|
output_hpp_dir: "include/xo/interpreter2",
|
|
output_impl_subdir: "define",
|
|
includes: [
|
|
"<xo/alloc2/GCObject.hpp>",
|
|
"<xo/alloc2/Allocator.hpp>"
|
|
],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/GCObject.json5",
|
|
brief: "provide AGCObject interface for DVsmDefContFrame",
|
|
using_doxygen: true,
|
|
repr: "DVsmDefContFrame",
|
|
doc: [ "implement AGCObject for DVsmDefContFrame" ],
|
|
}
|