Skip to content

Commit 5eb58f3

Browse files
committed
C++: fix HubClasses.ql by changing its kind to 'table'
1 parent 4b95fbb commit 5eb58f3

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/Architecture/General Class-Level Information

1 file changed

+1
-1
lines changed

cpp/ql/src/Architecture/General Class-Level Information/HubClasses.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Hub classes
33
* @description Shows coupling between classes. Large, red, boxes are hub types that depend on many other classes
44
* and are depended on by many other classes.
5-
* @kind treemap
5+
* @kind table
66
* @id cpp/architecture/hub-classes
77
* @treemap.warnOn highValues
88
* @tags maintainability

0 commit comments

Comments
 (0)