You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
463 B

// IDL Check
// Static analysis of code written in pEpACIDLang IDL
// no output - no problems
include yslt.yml2
tstylesheet {
include idl_api.ysl2
// The idl-api owns the root template and executes validation
// of the interface description.
// Errors will be printed to stdout.
// After successful validation, the idl-api applies the
// template called "pEpACIDLang"
template "pEpACIDLang" {
> No problems found.
}
}