Skip to content

Commit 71e8ad0

Browse files
committed
Remove unneeded annotations
1 parent 4b518eb commit 71e8ad0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

compiler/tools/fpp-to-dict/test/top/FirstTopTopologyDictionary.ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@
995995
],
996996
"id" : 771,
997997
"format" : "Arg1 is {}",
998-
"annotation" : "Event with throttle\nMultiple lines of annotation\nAnd not used on purpose",
998+
"annotation" : "Event with throttle",
999999
"throttle" : {
10001000
"count" : 10,
10011001
"every" : null
@@ -1018,7 +1018,7 @@
10181018
],
10191019
"id" : 772,
10201020
"format" : "Arg1 is {}",
1021-
"annotation" : "Event with throttle and timeout\nMultiple lines of annotation\nAnd not used on purpose",
1021+
"annotation" : "Event with throttle and timeout",
10221022
"throttle" : {
10231023
"count" : 10,
10241024
"every" : {

compiler/tools/fpp-to-dict/test/top/SecondTopTopologyDictionary.ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@
995995
],
996996
"id" : 1283,
997997
"format" : "Arg1 is {}",
998-
"annotation" : "Event with throttle\nMultiple lines of annotation\nAnd not used on purpose",
998+
"annotation" : "Event with throttle",
999999
"throttle" : {
10001000
"count" : 10,
10011001
"every" : null
@@ -1018,7 +1018,7 @@
10181018
],
10191019
"id" : 1284,
10201020
"format" : "Arg1 is {}",
1021-
"annotation" : "Event with throttle and timeout\nMultiple lines of annotation\nAnd not used on purpose",
1021+
"annotation" : "Event with throttle and timeout",
10221022
"throttle" : {
10231023
"count" : 10,
10241024
"every" : {

compiler/tools/fpp-to-dict/test/top/multipleTops.fpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ module Module1 {
133133
format "Arg1 is {f}"
134134

135135
@ Event with throttle
136-
@ Multiple lines of annotation
137-
@ And not used on purpose
138136
event Event4(
139137
arg1: F64 @< description of arg1 formal param
140138
) \
@@ -143,8 +141,6 @@ module Module1 {
143141
throttle 10
144142

145143
@ Event with throttle and timeout
146-
@ Multiple lines of annotation
147-
@ And not used on purpose
148144
event Event5(
149145
arg1: F64 @< description of arg1 formal param
150146
) \

0 commit comments

Comments
 (0)