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 a0a8d11..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 @@ -125,4 +125,5 @@ class GraphArticle var dot: Text redef var is_hidden = false + redef var is_toc_hidden = true end