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 `/>`. --- doc/classes/ProxyTexture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/ProxyTexture.xml') diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml index 72347ac503..36c65f1096 100644 --- a/doc/classes/ProxyTexture.xml +++ b/doc/classes/ProxyTexture.xml @@ -11,7 +11,7 @@ - + -- cgit v1.2.3