Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 authored May 19, 2024
1 parent 15cb93b commit 66f1e44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
## Overview
This tool is designed to generate PlantUML class diagrams from C# source code. Leveraging SourceGenerator functionality, it analyzes the source code and produces PlantUML class diagrams.

### Beta Release
Please note that this is a beta test version, and we appreciate your feedback to help improve and refine the tool.

## Features
- SourceGenerator Integration: Utilizing SourceGenerator, this tool seamlessly integrates with the C# compilation process to automatically generate PlantUML class diagrams.
- Improved Analysis with Symbols: In contrast to the previous version, PlantUmlClassDiagramGenerator, which relied on SyntaxTree for class analysis, the SourceGenerator version utilizes Symbols for a more efficient and accurate parsing of the source code.
Expand Down

0 comments on commit 66f1e44

Please sign in to comment.