Skip to content

jnigen does not produce code compatible with the "unintended_html_in_doc_comment" lint #1408

@brianquinlan

Description

@brianquinlan

For example:

  /// from: public void <init>()
  /// The returned object must be released after use, by calling the [release] method.

You probably want to use backtick escaping e.g.

  /// from: `public void <init>()`
  /// The returned object must be released after use, by calling the [release] method.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions