-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
I just noticed that all the return values of methods aren't returning anything other than Object.
It also seems that most of the returns are tagged lower-case.
For instance the method Sketchup::Model#active_layer shows 'layer' as the return.
If it's changed to 'Layer', does YARD link to the Layer class?
With Ruby code this would be tagged
@return [Layer] the active layer
Maybe something is different when using the C++ parser.