manpages: use 3rd heading level instead of definition lists
[nit.git] / share / man / nitmetrics.md
index dcdb67c..0277161 100644 (file)
@@ -1,5 +1,3 @@
-% NITMETRICS(1)
-
 # NAME
 
 nitmetrics -- computes various metrics on Nit programs.
@@ -12,63 +10,63 @@ nitmetrics [*options*]... FILE...
 
 ## METRICS
 
-`--all`
-:   Compute all metrics
+### `--all`
+Compute all metrics
 
-`--mmodules`
-:   Compute metrics about mmodules
+### `--mmodules`
+Compute metrics about mmodules
 
-`--mclasses`
-:   Compute metrics about mclasses
+### `--mclasses`
+Compute metrics about mclasses
 
-`--mendel`
-:   Compute mendel metrics
+### `--mendel`
+Compute mendel metrics
 
-`--inheritance`
-:   Compute metrics about inheritance usage
+### `--inheritance`
+Compute metrics about inheritance usage
 
-`--refinement`
-:   Compute metrics about refinement usage
+### `--refinement`
+Compute metrics about refinement usage
 
-`--self`
-:   Compute metrics about the usage of explicit and implicit self
+### `--self`
+Compute metrics about the usage of explicit and implicit self
 
-`--ast`
-:   Compute metrics about the usage of nodes and identifiers in the AST
+### `--ast`
+Compute metrics about the usage of nodes and identifiers in the AST
 
-`--nullables`
-:   Compute metrics on nullables send
+### `--nullables`
+Compute metrics on nullables send
 
-`--static-types`
-:   Compute explicit static types metrics
+### `--static-types`
+Compute explicit static types metrics
 
-`--tables`
-:   Compute tables metrics
+### `--tables`
+Compute tables metrics
 
-`--rta`
-:   Compute RTA metrics
+### `--rta`
+Compute RTA metrics
 
-`--generate_hyperdoc`
-:   Generate Hyperdoc
+### `--generate_hyperdoc`
+Generate Hyperdoc
 
-`--poset`
-:   Complete metrics on posets
+### `--poset`
+Complete metrics on posets
 
-`--detect-variance-constraints`
-:   Detects the definition-site variance constraints on formal parameters.
+### `--detect-variance-constraints`
+Detects the definition-site variance constraints on formal parameters.
 
-    Infers the possible variance annotations of formal types in Nit programs by identifying the existing constraints on the usage of those formal type.
+Infers the possible variance annotations of formal types in Nit programs by identifying the existing constraints on the usage of those formal type.
 
 ## OUTPUT
 
-`--csv`
-:   Also export metrics in CSV format.
+### `--csv`
+Also export metrics in CSV format.
 
-`-d`, `--dir`
-:   Directory where some statistics files are generated.
+### `-d`, `--dir`
+Directory where some statistics files are generated.
 
-`--no-colors`
-:   Disable colors in console outputs.
+### `--no-colors`
+Disable colors in console outputs.
 
 # SEE ALSO