We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MDBook::iter
1 parent 9229e80 commit b8a7b6eCopy full SHA for b8a7b6e
crates/mdbook-driver/src/mdbook.rs
@@ -134,9 +134,7 @@ impl MDBook {
134
})
135
}
136
137
- /// Returns a flat depth-first iterator over the elements of the book,
138
- /// it returns a [`BookItem`] enum:
139
- /// `(section: String, bookitem: &BookItem)`
+ /// Returns a flat depth-first iterator over the [`BookItem`]s of the book.
140
///
141
/// ```no_run
142
/// # use mdbook_driver::MDBook;
0 commit comments