Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix documentation comment formatting #1838

Merged
merged 2 commits into from
Apr 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions proto/ligato/vpp/interfaces/interface.proto
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ message IPSecLink {

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

// https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.md
// https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.rst
message RDMALink {
enum Mode {
AUTO = 0;
Expand Down