fix: add frame link definitions for rustdoc

Add [`frame`]: crate::pezkuwi_sdk::frame_runtime link definitions
to all files using [`frame`] doc links to fix unresolved link errors
in rustdoc build.
This commit is contained in:
2026-01-27 10:55:23 +03:00
parent c7a7ac7c87
commit a2ae09d15c
6 changed files with 10 additions and 0 deletions
@@ -330,6 +330,7 @@
//! [`pezpallet::pezpallet`]: pezframe_support::pezpallet
//! [`pezpallet::config`]: pezframe_support::pezpallet_macros::config
//! [`pezpallet::generate_deposit`]: pezframe_support::pezpallet_macros::generate_deposit
//! [`frame`]: crate::pezkuwi_sdk::frame_runtime
#[docify::export]
#[pezframe::pezpallet(dev_mode)]
@@ -169,6 +169,7 @@
//! [`crate::pezkuwi_sdk::templates`].
//!
//! [`SolochainDefaultConfig`]: struct@pezframe_system::pezpallet::config_preludes::SolochainDefaultConfig
//! [`frame`]: crate::pezkuwi_sdk::frame_runtime
#[cfg(test)]
mod tests {