Commits


Oscar Westra van Holthe - Kind authored and GitHub committed 2681c1b0979
AVRO-3294: Improve IDL doc comment handling (#1453) * AVRO-3294: Improve IDL doc comment handling Use the previously introduced method `DocCommentHandler#clearDoc()` to generate warnings for misplaced documentation. Also add documentation to describe the tricky bits when using this method. The brittleness of the solution proves that doc comments as special tokens are a hack. However, making regular tokens out of them may break existing `.avdl` files. * AVRO-3294: Trigger build