diff options
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 5f6e810..e4d4d4c 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -377,6 +377,8 @@ namespace build2 // If the <var-prefix>.name variable is missing, it is set to the target // name as imported. // + // See also process_path_ex. + // const variable* var_import_metadata; const variable* var_export_metadata; |