C++ Attributes: helpstring

Specifies IDL 'helpstring' attribute

Syntax

[
    define_attribute = "helpstring",
    argument_list = "help_text_string",
    argument_type ("help_text_string") = eANSIStringValue,
    help_string = "Specifies IDL 'helpstring' attribute",
    usage = eAnyIDLUsage,
    group = eIDLGroup,
    shipping = "true"
];