nitdoc: remove attributes from quicklist
authorAlexandre Terrasa <alexandre@moz-concept.com>
Wed, 25 Apr 2012 23:08:21 +0000 (19:08 -0400)
committerAlexandre Terrasa <alexandre@moz-concept.com>
Thu, 26 Apr 2012 15:35:36 +0000 (11:35 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-concept.com>

src/nitdoc.nit

index 4a5eb7c..742cdfb 100644 (file)
@@ -845,6 +845,7 @@ redef class MMModule
                        for gp in lc.global_properties do
                                var lp = lc[gp]
                                if not lp.require_doc(dctx) then continue
+                               if lp.kind == "var" then continue
                                if props.has_key(lp.global) then
                                        if not props[lp.global].has(lp) then
                                                props[lp.global].add(lp)