Open jnbt opened 9 years ago
In my current project I'm documenting the attributes of a Struct-subclass by using the Yard directive @!attribute (http://www.rubydoc.info/gems/yard/file/docs/Tags.md#attribute).
Struct
@!attribute
This generates a proper documentation (http://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck/AppStore/VerificationFailure) but is marked as "Undocumented" by inch.
Re: [U] CandyCheck::AppStore::VerificationFailure#message= in jnbt/candy_check
I'll have a look!
In my current project I'm documenting the attributes of a
Struct
-subclass by using the Yard directive@!attribute
(http://www.rubydoc.info/gems/yard/file/docs/Tags.md#attribute).This generates a proper documentation (http://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck/AppStore/VerificationFailure) but is marked as "Undocumented" by inch.
Re: [U] CandyCheck::AppStore::VerificationFailure#message= in jnbt/candy_check