Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 authored Jun 12, 2024
1 parent 7a80f57 commit 0a6964c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ClassA
### Properties
The following properties can be specified for `PlantUmlDiagramAttribute`.

| Property | Type | Overview |
| Property | Type | Description |
| --- | --- | --- |
| `IncludeMemberAccessibilities` | Accessibilities Enum | Specifies the member accessibilities to include in the class diagram |
| `ExcludeMemberAccessibilities` | Accessibilities Enum | Specifies the member accessibilities to exclude from the class diagram |
Expand Down Expand Up @@ -237,7 +237,7 @@ class ClassA
#### PlantUmlAssociationAttribute
This attribute is used to annotate members or method parameters to create custom associations. The properties below specify the details of the association to be created. Here, the type to which the attribute is attached is referred to as the "Root Type," and the type associated with it is referred to as the "Leaf Type."

|プロパティ||説明|
| Property | Type | Description|
|--|--|--|
|Node|string|Specifies a string corresponding to the type of association (e.g., o--, ..>).|
|LeafType|System.Type|Specifies the type on the leaf side.|
Expand Down Expand Up @@ -269,7 +269,7 @@ internal class SampleModel
### 3.3 PlantUmlAssociationAttribute
This attribute is used to annotate members or method parameters to create custom associations. The properties below specify the details of the association to be created. Here, the type to which the attribute is attached is referred to as the "Root Type," and the type associated with it is referred to as the "Leaf Type."

|プロパティ||説明|
| Property | Type | Description|
|--|--|--|
|Node|string|Specifies a string corresponding to the type of association (e.g., o--, ..>).|
|LeafType|System.Type|Specifies the type on the leaf side.|
Expand Down

0 comments on commit 0a6964c

Please sign in to comment.