Skip to content

Commit

Permalink
Fix JavaDocs for Scala 3 macros
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Oct 6, 2023
1 parent 05843e6 commit 03340ce
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ final class stringified extends StaticAnnotation
* allow using `Option[Option[_]]` field values to distinguish `null` and missing field
* cases
* @param circeLikeObjectEncoding a flag that turns on serialization and parsing of Scala objects as JSON objects with
* * @param decodingOnly a flag that turns generation of decoding implementation only (turned off by default)
* @param encodingOnly a flag that turns generation of encoding implementation only (turned off by default)
a key and empty object value: `{"EnumValue":{}}`
* a key and empty object value: `{"EnumValue":{}}`
* @param decodingOnly a flag that turns generation of decoding implementation only (turned off by default)
* @param encodingOnly a flag that turns generation of encoding implementation only (turned off by default)
*/
Expand Down

0 comments on commit 03340ce

Please sign in to comment.