From 453334ae5f6e2666d2c4858c649cbc1785db35cc Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 25 Mar 2021 21:14:21 -0700 Subject: [PATCH] Add text to after section - Clarify that regexes can't be used for afters, reqs, or incs. - As discussed with @MacSplody on Discord. --- docs/metadata/data_structures/plugin.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/metadata/data_structures/plugin.rst b/docs/metadata/data_structures/plugin.rst index 981062b6..188e826d 100644 --- a/docs/metadata/data_structures/plugin.rst +++ b/docs/metadata/data_structures/plugin.rst @@ -55,6 +55,8 @@ This is the structure that brings all the others together, and forms the main co Plugins that this plugin must load after, but which are not dependencies. Used to resolve specific compatibility issues. If undefined, the set is empty. + **Note:** since an ``after`` entry uses a ``file`` structure, its ``name`` value can't be a regex. This applies to ``req`` & ``inc`` entries too. + .. describe:: req ``file set``