inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Yard directive `@!attribute` are ignored for structs #42

Open jnbt opened 9 years ago

jnbt commented 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).

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

rrrene commented 9 years ago

I'll have a look!