nitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
[nit.git] / src / doc / doc_phases / doc_graphs.nit
index a0a8d11..50a2aab 100644 (file)
@@ -125,4 +125,5 @@ class GraphArticle
        var dot: Text
 
        redef var is_hidden = false
+       redef var is_toc_hidden = true
 end