subrepo: subdir: "xo-reader2" merged: "70943b8e" upstream: origin: "git@github.com:Rconybea/xo-reader2.git" branch: "main" commit: "70943b8e" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
16 lines
553 B
Text
16 lines
553 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/reader2",
|
|
output_hpp_dir: "include/xo/reader2",
|
|
output_impl_subdir: "ssm",
|
|
includes: [ "\"SyntaxStateMachine.hpp\"",
|
|
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/SyntaxStateMachine.json5",
|
|
brief: "provide ASyntaxStateMachine interface for DExpectQArraySsm",
|
|
using_doxygen: true,
|
|
repr: "DExpectQArraySsm",
|
|
doc: [ "implement ASyntaxStateMachine for DExpectQArraySsm" ],
|
|
}
|