solana/programs/vote/src
Brian Anderson 37ee0b5599
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
2021-07-16 00:40:07 +00:00
..
vote_state
authorized_voters.rs
lib.rs sdk: refactor pda generation 2021-06-30 19:01:51 -06:00
vote_instruction.rs Eliminate doc warnings and fix some markdown (#18566) 2021-07-16 00:40:07 +00:00
vote_transaction.rs