Skip to content

Commit

Permalink
Header row in generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord authored Jan 29, 2024
1 parent 2924817 commit be7ca82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Famix-MetamodelBuilder-Core/FmxMBBehavior.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ FmxMBBehavior >> commentWithRelations [
nextPutAll: relationKind;
cr;
nextPutAll: '| Relation | Origin | Opposite | Type | Comment |';
cr;
nextPutAll: '|---|';
cr.
(parents sorted: [ :parent | parent side generationStrategy relationSide name ] ascending) do: [ :parent |
| strategy |
Expand Down Expand Up @@ -177,6 +179,8 @@ FmxMBBehavior >> commentWithRelations [
cr;
cr;
nextPutAll: '| Name | Type | Default value | Comment |';
cr;
nextPutAll: '|---|';
cr.

(props sorted: #name ascending) do: [ :property |
Expand Down

0 comments on commit be7ca82

Please sign in to comment.