Commit c2af0c6
authored
fix: remove duplicate doc comments in byot macro output (#501)
The byot macro was generating duplicate attributes (including doc comments)
because it added #(#attrs)* before #input, but #input already contains all
its attributes. This caused doc strings like "Retrieves an assistant." to
appear twice as "Retrieves an assistant. Retrieves an assistant."
Fixes #3451 parent edba47d commit c2af0c6
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
0 commit comments