From c72b78a6eb7ba3f6138cb98b7b70056bc9f481d0 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 3 Jun 2019 15:20:15 +0200 Subject: Add documentation for WebRTC classes. --- modules/webrtc/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/webrtc/config.py') diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py index 2e3a18ad0e..48b4c33c5d 100644 --- a/modules/webrtc/config.py +++ b/modules/webrtc/config.py @@ -7,7 +7,8 @@ def configure(env): def get_doc_classes(): return [ "WebRTCPeerConnection", - "WebRTCDataChannel" + "WebRTCDataChannel", + "WebRTCMultiplayer" ] def get_doc_path(): -- cgit v1.2.3