Remove @brief annotations from Rust API docs (#20769)

This commit is contained in:
Brian Anderson
2021-10-19 16:48:15 -05:00
committed by GitHub
parent 72e1efb847
commit d9b0fc0e3e
60 changed files with 60 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
//! @brief Solana builtin helper macros
//! Solana builtin helper macros
#[rustversion::since(1.46.0)]
#[macro_export]

View File

@@ -1,4 +1,4 @@
//! @brief Solana Native program entry point
//! Solana Native program entry point
use crate::{instruction::InstructionError, keyed_account::KeyedAccount, pubkey::Pubkey};

View File

@@ -1,4 +1,4 @@
//! @brief Solana precompiled programs
//! Solana precompiled programs
#![cfg(feature = "full")]