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.
ParseCallbacks::header_file()
1 parent 72dc5f8 commit 6bb8512Copy full SHA for 6bb8512
bindgen/callbacks.rs
@@ -99,7 +99,7 @@ pub trait ParseCallbacks: fmt::Debug {
99
None
100
}
101
102
- /// This will be called on every header filename passed to (`Builder::header`)[`crate::Builder::header`].
+ /// This will be called on every header filename passed to [`Builder::header`][crate::Builder::header].
103
fn header_file(&self, _filename: &str) {}
104
105
/// This will be called on every file inclusion, with the full path of the included file.
0 commit comments