Skip to content

Commit 6699a4c

Browse files
committed
Fix doc warning
1 parent ab8774c commit 6699a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qmetaobject/src/qrc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Q_CORE_EXPORT bool qRegisterResourceData(int, const unsigned char *,
2323

2424
/// Internal function used from qrc procedural macro.
2525
/// Unsafe because it can crash if the data structure are not proper.
26-
#[doc(ignore)]
26+
#[doc(hidden)]
2727
pub unsafe fn register_resource_data(
2828
version: i32,
2929
tree: &'static [u8],

qttypes/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
//! This crate contains manually generated bindings to Qt basic value types.
1919
//! It is meant to be used by other crates, such as the `qmetaobject` crate which re-expose them
2020
//!
21-
//! The Qt types are basically exposed using the [`cpp`] crate. They have manually writen rust idiomatic
21+
//! The Qt types are basically exposed using the [`mod@cpp`] crate. They have manually writen rust idiomatic
2222
//! API which expose the C++ API.
2323
//! These types are the direct equivalent of the Qt types and are exposed on the stack.
2424
//!

0 commit comments

Comments
 (0)