18 lines
611 B
Text
18 lines
611 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/procedure2",
|
|
output_hpp_dir: "include/xo/procedure2",
|
|
output_impl_subdir: "detail",
|
|
includes: [
|
|
"<xo/printable2/Printable.hpp>",
|
|
"<xo/printable2/detail/IPrintable_Xfer.hpp>",
|
|
],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/Printable.json5",
|
|
brief: "provide APrintable interface for DPrimitive (dict x string x gco) -> gco",
|
|
using_doxygen: true,
|
|
repr: "DPrimitive_gco_3_dict_string_gco",
|
|
doc: [ "implement APrintable for DPrimitive (dict x string x gco) -> gco" ],
|
|
}
|