Skip to content

Replace doxygen-style docs #75

@v0-e

Description

@v0-e

Avoid doxygen-style docs (@param, etc.), cargo doc does not understand this format, at least natively.

This is more idiomatic if arguments/returns need descriptions:

/// Description...
///
/// # Arguments
///
/// - `a`: $\alpha$ - ...
/// - `b`: $\beta$ - ...
///
/// # Returns
///
/// Something nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions