From 4c44b5844f661801bdb91fdb60f6700f9b5bc1f1 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 21 Feb 2011 09:09:55 +0100 Subject: [PATCH] document added directive (srcdirs) Signed-off-by: Ichthyostega --- doc/technical/infra/MenuGen.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/technical/infra/MenuGen.txt b/doc/technical/infra/MenuGen.txt index a6f402cd1..048e2e57e 100644 --- a/doc/technical/infra/MenuGen.txt +++ b/doc/technical/infra/MenuGen.txt @@ -195,7 +195,8 @@ supported placement directives enable(False) off|disable|deactivate make node passive; any children/parents added later are ignored enable([True]) on|active|activate make node active again (this is the default) detach() detach cut away any parents and children, disable the node - discover(includes=...) include [,] instead of current dir, navigate to the _relative path_ + discover(srcdirs=...) include dir [,] instead of current dir, retrieve children from other dirs (relative) + discover(includes=...) include [,] explicitly use the listed elements as children discover(excludes=...) exclude [,] after discovering, filter names matching the (without extension) --------------------------------------------------------------------------------------------------------------------