doc: move body of examples from near
(gated under __macro_docs
feature) module to #[near]
macro doc (with link)
#1289
Labels
near
(gated under __macro_docs
feature) module to #[near]
macro doc (with link)
#1289
Body of all sub-attributes/annotations docs in https://docs.rs/near-sdk/5.7.0/near_sdk/near/index.html has
to be moved to documentation of https://docs.rs/near-sdk/5.7.0/near_sdk/attr.near.html ,
and links to new place left via
#anchors
using rust-lang/rust#62833
/// See [`near_sdk::near #[init]`](macro@crate::near#init-sub-attribute)
Thus individual sub-attributes/annotations will remain searchable
but the documentation for all about
#[near]
macro will be on https://docs.rs/near-sdk/5.7.0/near_sdk/attr.near.html pageTasks
The text was updated successfully, but these errors were encountered: