From a7ac8ec8764aa745605a01fdb50882a60e8c69ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 24 Sep 2019 13:34:03 +0200 Subject: doc: Fix parsing of self-closing XML tags Follow-up to #31925, `` tags just before `` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. --- modules/webrtc/doc_classes/WebRTCMultiplayer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/webrtc/doc_classes') diff --git a/modules/webrtc/doc_classes/WebRTCMultiplayer.xml b/modules/webrtc/doc_classes/WebRTCMultiplayer.xml index 73bb537082..605b1ef082 100644 --- a/modules/webrtc/doc_classes/WebRTCMultiplayer.xml +++ b/modules/webrtc/doc_classes/WebRTCMultiplayer.xml @@ -81,8 +81,8 @@ - - + + -- cgit v1.2.3