Eliminate doc warnings and fix some markdown (#18566)
* Fix link target in doc comment * Fix formatting of log examples in process_instruction * Fix doc markdown in solana-gossip * Fix doc markdown in solana-runtime * Escape square braces in doc comments to avoid warnings * Surround 'account references' doc items in code spans to avoid warnings * Fix code block in loader_upgradeable_instruction * Fix doctest for loader_upgradable_instruction
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//! Persistent storage for accounts. For more information, see:
|
||||
//! https://docs.solana.com/implemented-proposals/persistent-account-storage
|
||||
//! Persistent storage for accounts.
|
||||
//!
|
||||
//! For more information, see:
|
||||
//!
|
||||
//! <https://docs.solana.com/implemented-proposals/persistent-account-storage>
|
||||
|
||||
use log::*;
|
||||
use memmap2::MmapMut;
|
||||
|
Reference in New Issue
Block a user