X-Git-Url: http://nitlanguage.org diff --git a/src/doc/doc_phases/doc_graphs.nit b/src/doc/doc_phases/doc_graphs.nit index 12bf6c2..c559e80 100644 --- a/src/doc/doc_phases/doc_graphs.nit +++ b/src/doc/doc_phases/doc_graphs.nit @@ -22,7 +22,7 @@ import html_templates::html_model # FIXME maybe this phase should depend on `htm redef class ToolContext # Do not generate `graphviz` diagrams. - var opt_nodot = new OptionBool("do not generate graphes with graphviz", "--no-dot") + var opt_nodot = new OptionBool("Do not generate graphs with graphviz", "--no-dot") redef init do super @@ -124,5 +124,6 @@ class GraphArticle # Dot script of the graph. var dot: Text - redef var is_empty = false + redef var is_hidden = false + redef var is_toc_hidden = true end