meta.json 365 B

1234567891011121314151617
  1. [
  2. {
  3. "metadata": ":foo",
  4. "doc": "Some documentation for the @:foo metadata for cpp platform",
  5. "platforms": ["cpp"]
  6. },
  7. {
  8. "metadata": ":bar",
  9. "doc": "Some documentation for the TClass metadata '@:bar'",
  10. "targets": ["TClass"]
  11. },
  12. {
  13. "metadata": ":foobar",
  14. "doc": "Some documentation for @:foobar",
  15. "platforms": ["cpp"]
  16. }
  17. ]