Skip to content

Commit

Permalink
Add a link to the EhFrame type in module docs
Browse files Browse the repository at this point in the history
In the part of the module docs that enumerate and link-to each object file
section's corresponding `gimli` type, we were missing `EhFrame`/`.eh_frame`.
  • Loading branch information
fitzgen committed Aug 16, 2017
1 parent 8efbc70 commit 6e6b80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
//!
//! * [`DebugTypes`](./struct.DebugTypes.html): The `.debug_types` section.
//!
//! * [`EhFrame`](./struct.EhFrame.html): The `.eh_frame` section.
//!
//! * Each section type exposes methods for accessing the debugging data encoded
//! in that section. For example, the [`DebugInfo`](./struct.DebugInfo.html)
//! struct has the [`units`](./struct.DebugInfo.html#method.units) method for
Expand Down

0 comments on commit 6e6b80d

Please sign in to comment.