1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Add documentation for WebRTC classes.

This commit is contained in:
Fabio Alessandrelli
2019-06-03 15:20:15 +02:00
parent 61cd8ed441
commit c72b78a6eb
4 changed files with 171 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ def configure(env):
def get_doc_classes():
return [
"WebRTCPeerConnection",
"WebRTCDataChannel"
"WebRTCDataChannel",
"WebRTCMultiplayer"
]
def get_doc_path():