It would be very useful to be able to associate an item with several groups. Basically, I'd like to be able to do something like this for a function that gets a color value: ``` /// @group Getters /// @group Color ``` The [docs](http://sassdoc.com/annotations/#group) have no mention of Multiple `@group` allowed on the same item.