Skip to content
Snippets Groups Projects

Fixed documentation and minof fixes to the relabel tool to actually work.

Merged Reiner Jung requested to merge fix-docs into main
14 files
+ 229
30
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -5,9 +5,14 @@ Calculate the complexity, coupling and cohesion of a selected topology graph
based on the operations of an architecture model. Used as a upper limit for
measurements.
-i --input Input model directory
-n --nodes Number of nodes in graph
-o --output Output directory to store graphics and statistics
-M --component-map Component, file and function map file
-m --creator-mode Select topology generator modes: full, linear, start
===== =============== ======== ======================================================
Short Long Required Description
===== =============== ======== ======================================================
-i --input yes Input model directory
-n --nodes Number of nodes in graph
-o --output yes Output directory to store graphics and statistics
-M --component-map Component, file and function map file
-m --creator-mode Select topology generator modes: full, linear, start
===== =============== ======== ======================================================
Loading