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

Cleanup LLVM debuginfo module docs #83329

Merged
merged 2 commits into from
Mar 22, 2021
Merged

Commits on Mar 20, 2021

  1. Move debuginfo docs from doc.rs module to doc.md file

    And use `#[doc = include_str!("doc.md")]` in `mod.rs` so the docs are
    rendered as if they were inline in the root module.
    camelid committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a2e9374 View commit details
    Browse the repository at this point in the history
  2. Cleanup LLVM debuginfo module docs

    * Use Markdown list syntax and unindent a bit to prevent Markdown
      interpreting the nested lists as code blocks
    * A few more small typographical cleanups
    camelid committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    dc240fa View commit details
    Browse the repository at this point in the history