18 lines
498 B
Text
18 lines
498 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/expression2",
|
|
output_hpp_dir: "include/xo/expression2",
|
|
output_impl_subdir: "detail",
|
|
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 DVarRef",
|
|
using_doxygen: true,
|
|
repr: "DVarRef",
|
|
doc: [ "implement AGCObject for DVarRef" ],
|
|
}
|