Commit ede1c491 authored by Alexander Saltanov's avatar Alexander Saltanov

Add `group` to the list of possible annotations targets.

parent 12d346b2
......@@ -595,9 +595,9 @@ struct MyType $foo("bar") {
}
{% endhighlight %}
The possible targets for an annotation are: `file`, `struct`, `field`, `union`, `enum`, `enumerant`,
`interface`, `method`, `parameter`, `annotation`, `const`. You may also specify `*` to cover them
all.
The possible targets for an annotation are: `file`, `struct`, `field`, `union`, `group`, `enum`,
`enumerant`, `interface`, `method`, `parameter`, `annotation`, `const`.
You may also specify `*` to cover them all.
{% highlight capnp %}
annotation baz(*) :Int32;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment