Skip to content

Optimize the logic to generate documentation comment #733

Open
@DragonKnightOfBreeze

Description

@DragonKnightOfBreeze

image

  1. line break in kotlin doc should use 2 line break character ('\n'), as same as in markdown
  2. special handing logic for basic type references is required (e.g., [int], may convert to [Int])
  3. annotation references are not converted (e.g., [annotation @GDScript.@export])
  4. replace [codeblock]..[/codeblock] to markdown codefence format, it's missing
  5. missing imports for references (e.g., [Signal.emit] in Object.kt)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions