Skip to content

Commit ce3af29

Browse files
committed
Improved documentations on generated graphs
1 parent 05f5494 commit ce3af29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Dependency graph with number of imports of _destination_ from _origin_.
127127

128128
The framework width and border size are directly proportional to the framework's LOC percentage compared to the total LOC. The thickness of the connection arrow between two frameworks is directly proportional to the percentage of imports call compared to the total number of imports.
129129

130-
The tool will generate also the _external dependencies graph_ (which will represent the coupling of the source code with external libraries) and the _aggregate dependencies graph_ (which will represent both internal and external dependencies).
130+
The tool will generate also the _external dependencies graph_ (which will represent the coupling of the source code with external libraries) and the _aggregate dependencies graph_ (which will aggregate both internal and external dependencies).
131131

132132
#### Distance from main sequence
133133

@@ -142,4 +142,4 @@ For a more detailed description, please refer to the _Clean Architecture, Robert
142142

143143
### Code distribution
144144

145-
| ![LOC](assets/lines_of_code_-_loc.jpeg) ![NOC](assets/number_of_comments_-_noc.jpeg) ![Nc](assets/n._of_classes_and_structs.jpeg) ![NOT](assets/number_of_tests_-_not.jpeg) ![Code distribution](assets/code_distribution.jpeg) |
145+
![LOC](assets/lines_of_code_-_loc.jpeg) ![NOC](assets/number_of_comments_-_noc.jpeg) ![Nc](assets/n._of_classes_and_structs.jpeg) ![NOT](assets/number_of_tests_-_not.jpeg) ![Code distribution](assets/code_distribution.jpeg)

0 commit comments

Comments
 (0)