Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redundant/broken intradoc links and minor cleanup #716

Merged
merged 13 commits into from
May 20, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    4b5eb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6d2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c9f24 View commit details
    Browse the repository at this point in the history
  4. event_queue: Fix broken blocking_dispatch() link because of unclose…

    …d parenthesis
    
    Keeping the link target around is redundant as `rustdoc` already infers
    this from the link name, after removing the backticks.  It uses the
    call-parenthesis to enforce that the link target is indeed an `fn`
    (and not some other item).
    MarijnS95 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0b7e3ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    620f99a View commit details
    Browse the repository at this point in the history
  6. server: Fix display_ptr() docs to point to `backend.handle().displa…

    …y_ptr()`
    
    This moved for the server but not the client `Backend`, and because of
    not being a link nor validated in the CI this broken reference wasn't
    noticed.
    MarijnS95 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cb0400e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5ef46c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    809d225 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea48bb0 View commit details
    Browse the repository at this point in the history
  10. Improve None/Some doc links

    MarijnS95 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d7ab51 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    90fcc1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d16278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3797bbb View commit details
    Browse the repository at this point in the history