diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-11-29 20:37:22 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-11-29 20:37:22 +0100 |
commit | 0557db47a42c70b33c157cf201235d40fddeaa1f (patch) | |
tree | 77810e723dce04090ff4774c31a200c7622d060f /libbindgen/src | |
parent | 673f9d313a981be3882050849d621bd12f07291c (diff) |
ir: Add a note about duplicated names.
Diffstat (limited to 'libbindgen/src')
-rw-r--r-- | libbindgen/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbindgen/src/lib.rs b/libbindgen/src/lib.rs index 177e67cd..f25c6cdf 100644 --- a/libbindgen/src/lib.rs +++ b/libbindgen/src/lib.rs @@ -254,6 +254,9 @@ impl Builder { /// Note that this intentionally doesn't change the names using for /// whitelisting and blacklisting, that should still be mangled with the /// namespaces. + /// + /// Note, also, that using this option may cause duplicated names to be + /// generated. pub fn disable_name_namespacing(mut self) -> Builder { self.options.disable_name_namespacing = true; self |