diff options
Diffstat (limited to 'build/algorithm')
-rw-r--r-- | build/algorithm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/algorithm b/build/algorithm index 2dc7164..bc756c2 100644 --- a/build/algorithm +++ b/build/algorithm @@ -70,7 +70,8 @@ namespace build // Inject dependency on the parent directory's fsdir{}, unless it is // the project's out_root (or is outside of any project; say, for - // example, an install directory). + // example, an install directory). Normally this function is called + // from the rule's apply() function. // void inject_parent_fsdir (action, target&); |