subrepo: subdir: "xo-stringtable2" merged: "356a03a0" upstream: origin: "git@github.com:Rconybea/xo-stringtable2.git" branch: "main" commit: "356a03a0" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
16 lines
521 B
Text
16 lines
521 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/stringtable2",
|
|
output_hpp_dir: "include/xo/stringtable2",
|
|
output_impl_subdir: "string",
|
|
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 DString",
|
|
using_doxygen: true,
|
|
repr: "DString",
|
|
doc: [ "implement APrintable for DString" ],
|
|
}
|