Merge: modelize: `missing-doc` on attributes
authorJean Privat <jean@pryen.org>
Wed, 1 Oct 2014 21:17:06 +0000 (17:17 -0400)
committerJean Privat <jean@pryen.org>
Wed, 1 Oct 2014 21:17:06 +0000 (17:17 -0400)
missing-doc only fires on public properties.
But attributes are always Private, so consider the getter method instead.

It make sense since the documentation on an attribute documents more the
getter than the attribute.

Pull-Request: #800
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>

1  2 
src/modelize/modelize_property.nit

Simple merge