Skip to content

Portability of documentation #8

Open
@jethrogb

Description

rustdoc currently generates documentation only for a single
target/configuration. When using conditional compilation, some functionality
can go missing or can appear depending on the options chosen. For example,
atomics of different sizes in core.

There is currently a rustdoc
kludge
to generate Windows and
Unix documentation for std at the same time. Can something like this be
extended to work for conditional compilation generally?

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