nitdoc: move `DocComposite::toc_title` in `doc_base`
[nit.git] / src / doc / doc_phases / doc_lin.nit
index a919f93..647eaee 100644 (file)
@@ -97,4 +97,6 @@ class DefinitionLinArticle
 
        # The linearized list to display.
        var mentities: Array[MEntity]
+
+       redef var toc_title = "Linearization"
 end