Remove @brief annotations from Rust API docs (#20769)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//! @brief Example Rust-based BPF realloc test program
|
||||
//! Example Rust-based BPF realloc test program
|
||||
|
||||
pub const INVOKE_REALLOC_ZERO_RO: u8 = 0;
|
||||
pub const INVOKE_REALLOC_ZERO: u8 = 1;
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! @brief Example Rust-based BPF realloc test program
|
||||
//! Example Rust-based BPF realloc test program
|
||||
|
||||
#![cfg(feature = "program")]
|
||||
|
||||
|
Reference in New Issue
Block a user