Skip to content

Commit 4b7de29

Browse files
committed
docs(analysis): update missing documentation #3917
1 parent e7cd419 commit 4b7de29

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

analysis/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
99

1010
### Added 🚀
1111

12-
- Add new UnifiedParser that is based on treesitter and works without external tools [#4070](https://github.com/MaibornWolff/codecharta/pull/4070)
13-
- It currently supports:
12+
- Add new UnifiedParser that is based on [treesitter](https://tree-sitter.github.io/tree-sitter/index.html) and works without external tools [#4070](https://github.com/MaibornWolff/codecharta/pull/4070)
13+
- Currently supported Languages (will be further extended):
14+
- Javascript
1415
- Typescript
16+
- Java
1517
- Kotlin
18+
- C#
19+
- Python
20+
- Currently supported Metrics (will be further extended):
21+
- Complexity
22+
- Comment lines
23+
- Lines of code
24+
- Real lines of code
1625
- It is also available when calling the ccsh without parameters [#4102](https://github.com/MaibornWolff/codecharta/pull/4102)
1726
- Add auto-completing file input to all interactive dialogs [#4081](https://github.com/MaibornWolff/codecharta/pull/4081)
1827

analysis/analysers/parsers/UnifiedParser/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The Unified Parser is parser to generate code metrics from a source code file or
66

77
## Supported Languages
88

9+
- Javascript
910
- Typescript
11+
- Java
1012
- Kotlin
1113
- C#
14+
- Python
1215

1316
## Supported Metrics
1417

gh-pages/_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ docs:
7777
url: "/docs/parser/git-log"
7878
- title: "SVN Log"
7979
url: "/docs/parser/svn-log"
80+
- title: "Unified"
81+
url: "/docs/parser/unified"
8082
- title: "CCSH - Exporter"
8183
children:
8284
- title: "Csv"

gh-pages/_docs/05-parser/05-unified.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ The Unified Parser is parser to generate code metrics from a source code file or
1515

1616
## Supported Languages
1717

18+
- Javascript
1819
- Typescript
20+
- Java
1921
- Kotlin
22+
- C#
23+
- Python
2024

2125
## Supported Metrics
2226

0 commit comments

Comments
 (0)