Skip to content

Commit a9f50e6

Browse files
authored
docs: Fix documentation comment formatting (#1838)
1 parent 23b8b9b commit a9f50e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/ligato/vpp/interfaces/interface.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ message IPSecLink {
298298

299299
// VmxNet3Link defines configuration for interface type: VMXNET3_INTERFACE
300300
// PCI address (unsigned 32bit int) is derived from vmxnet3 interface name. It is expected that the interface
301-
// name is in format "vmxnet3-<d>/<b>/<s>/<f>", where 'd' stands for domain (max ffff), 'b' is bus (max ff),
302-
// 's' is slot (max 1f) and 'f is function' (max 7). All values are base 16
301+
// name is in format `vmxnet3-<d>/<b>/<s>/<f>`, where `d` stands for domain (max ffff), `b` is bus (max ff),
302+
// `s` is slot (max 1f) and `f` is function (max 7). All values are base 16
303303
message VmxNet3Link {
304304
// Turn on elog
305305
bool enable_elog = 2;
@@ -420,7 +420,7 @@ message WireguardLink {
420420
string src_addr = 4 [(ligato_options).type = IP];
421421
}
422422

423-
// https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.md
423+
// https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.rst
424424
message RDMALink {
425425
enum Mode {
426426
AUTO = 0;

0 commit comments

Comments
 (0)