Skip to content

Commit

Permalink
Update mcc naming in sourcecodeparser docs #3456
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Jun 5, 2024
1 parent 4b878c5 commit 869e558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-pages/_docs/04-02-sourcecodeparser.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Source-Code-Parser is parser to generate code metrics from a source code fil
- functions
- statements
- comment_lines
- mcc: McCabe Complexity / Cyclomatic complexity
- complexity (cyclomatic complexity)
- cognitive_complexity
- commented_out_code_blocks
- max_nesting_level
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/_posts/how-to/2019-06-22-load_map_using_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Load one file and show as single map

Load one file and set the area, height and color metrics

- `localhost:3000/?file=something.cc.json&area=rloc&height=mcc&color=mcc`
- `localhost:3000/?file=something.cc.json&area=rloc&height=complexity&color=complexity`

Load two different files and by default show first map in single mode

Expand Down

0 comments on commit 869e558

Please sign in to comment.