We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af08d3a commit 07933d7Copy full SHA for 07933d7
roc/context.go
@@ -73,7 +73,7 @@ func OpenContext(config ContextConfig) (ctx *Context, err error) {
73
// Register custom encoding.
74
//
75
// Registers encoding with given encodingID. Registered encodings complement
76
-// built-in encodings defined by \ref roc_packet_encoding enum. Whenever you need to
+// built-in encodings defined by PacketEncoding enum. Whenever you need to
77
// specify packet encoding, you can use both built-in and registered encodings.
78
79
// On sender, you should register custom encoding and set to PacketEncoding field
0 commit comments