Skip to content

Commit

Permalink
Document builtins.placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Nov 25, 2019
1 parent d12d69e commit 4e70652
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/manual/expressions/builtins.xml
Expand Up @@ -1120,6 +1120,16 @@ Evaluates to <literal>[ "foo" ]</literal>.

</varlistentry>

<varlistentry xml:id='builtin-placeholder'>
<term><function>builtins.placeholder</function>
<replaceable>output</replaceable></term>

<listitem><para>Return a placeholder string for the specified
<replaceable>output</replaceable> that will be substituted by the
corresponding output path at build time. Typical outputs would be
<literal>"out"</literal>, <literal>"bin"</literal> or
<literal>"dev"</literal>.</para></listitem>
</varlistentry>

<varlistentry xml:id='builtin-readDir'>
<term><function>builtins.readDir</function>
Expand Down

0 comments on commit 4e70652

Please sign in to comment.