From c6cea6e9b372f403a5906813bf5db8583d747d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 12:38:01 +0200 Subject: doc: Add default values to all properties Thanks to @bojidar-bg's impressive work in #29380. --- doc/classes/Texture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Texture.xml') diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 5bd07b7ecb..0108e0b9ba 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -99,7 +99,7 @@ - + The texture's flags. -- cgit v1.2.3 From b9aa13e5917b45a540e92e50b81f7bc923e493d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 15:24:23 +0200 Subject: doc: Remove hardcoded default values from descriptions They are now generated automatically by doctool. --- doc/classes/Texture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Texture.xml') diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 0108e0b9ba..238d6929ba 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -105,7 +105,7 @@ - Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant FLAG_FILTER] are are enabled. + Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant FLAG_FILTER] are enabled. Generates mipmaps, which are smaller versions of the same texture to use when zoomed out, keeping the aspect ratio. -- cgit v1.2.3