Skip to content

Conversation

@majiayu000
Copy link

Fix duplicate doc comments generated by the byot macro. The macro was outputting #(#attrs)* twice. Fixes #345

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 64bit#345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Fix repetition of doc comments

1 participant