From 71d53637b5bce5519800a5cadfa2e42750b8b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 27 Jun 2019 11:44:37 +0200 Subject: doc: Fix scoped hyperlinks to same-class enums/methods The class name does not need to be specified when it is the current class. --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Node.xml') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 851f9f45fe..6df207b2cd 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -163,7 +163,7 @@ Duplicates the node, returning a new node. - You can fine-tune the behavior using the [code]flags[/code] (see [enum Node.DuplicateFlags]). + You can fine-tune the behavior using the [code]flags[/code] (see [enum DuplicateFlags]). -- cgit v1.2.3