C++ Attributes: idl_quote

Injects an IDL attribute or construct into the type library

Syntax

[
    define_attribute = "idl_quote",
    argument_list = "text",
    required_arguments = "text",
    help_string = "Injects an IDL attribute or construct into the type library",
    help_string ("text") = "The IDL text to be injected",
    usage = eAnyUsage,
    group = eIDLGroup,
    repeatable = "true",
    shipping = "true"
];