From 32f16b178c01a111cff972931c3e1ec48013f15e Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Tue, 1 Jul 2025 13:51:53 +0530 Subject: Markup the comment so they are formatted properly with eldoc. --- src/vrrpv2.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vrrpv2.rs b/src/vrrpv2.rs index 14c4146..a039ced 100644 --- a/src/vrrpv2.rs +++ b/src/vrrpv2.rs @@ -5,6 +5,7 @@ use std::net::Ipv4Addr; /// /// Packet format /// +/// ``` /// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ /// |Version| Type | Virtual Rtr ID| Priority | Count IP Addrs| @@ -23,6 +24,7 @@ use std::net::Ipv4Addr; /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ /// | Authentication Data (2) | /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +/// ``` #[derive(Debug, PartialEq)] pub struct VRRPv2 { pub virtual_router_id: u8, -- cgit v1.2.3