From 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 15 Nov 2017 18:37:54 +0100 Subject: doc: Remove revision.module_config from version string It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. --- doc/classes/PluginScript.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/PluginScript.xml') diff --git a/doc/classes/PluginScript.xml b/doc/classes/PluginScript.xml index 334921016b..a5ab422d3c 100644 --- a/doc/classes/PluginScript.xml +++ b/doc/classes/PluginScript.xml @@ -1,5 +1,5 @@ - + -- cgit v1.2.3 From 677e95d8d189a62e6473b43989012a8258f193a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 15 Nov 2017 19:23:20 +0100 Subject: doc: Make all module docs self-contained --- doc/classes/PluginScript.xml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 doc/classes/PluginScript.xml (limited to 'doc/classes/PluginScript.xml') diff --git a/doc/classes/PluginScript.xml b/doc/classes/PluginScript.xml deleted file mode 100644 index a5ab422d3c..0000000000 --- a/doc/classes/PluginScript.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - -- cgit v1.2.3