Skip to content

Improve documentation references #373

@brianheineman

Description

@brianheineman

Improve Rust documentation readability by updating the format of all reference links from the existing format:

/// # References
///
/// See: <https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html#jvms-4.4.7>

to:

/// # References
///
/// - [JVM Specification §4.4.7](https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html#jvms-4.4.7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions