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 Example Rust-based BPF realloc test program
//! Example Rust-based BPF realloc test program
use solana_program::{
instruction::{AccountMeta, Instruction},

View File

@ -1,4 +1,4 @@
//! @brief Example Rust-based BPF realloc test program
//! Example Rust-based BPF realloc test program
pub mod instructions;
pub mod processor;

View File

@ -1,4 +1,4 @@
//! @brief Example Rust-based BPF realloc test program
//! Example Rust-based BPF realloc test program
#![cfg(feature = "program")]