Просмотр исходного кода

Help: Move docs of $<0:...> and $<1:...> to output section.

These are not 'logical' expressions.  They create output and are
often used together with the logical expressions.
Stephen Kelly 10 лет назад
Родитель
Сommit
642048ce35
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      Help/manual/cmake-generator-expressions.7.rst

+ 4 - 4
Help/manual/cmake-generator-expressions.7.rst

@@ -40,10 +40,6 @@ otherwise expands to nothing.
 
 Available logical expressions are:
 
-``$<0:...>``
-  Empty string (ignores ``...``)
-``$<1:...>``
-  Content of ``...``
 ``$<BOOL:...>``
   ``1`` if the ``...`` is true, else ``0``
 ``$<AND:?[,?]...>``
@@ -241,6 +237,10 @@ where ``${prop}`` refers to a helper variable::
 
 Available output expressions are:
 
+``$<0:...>``
+  Empty string (ignores ``...``)
+``$<1:...>``
+  Content of ``...``
 ``$<JOIN:list,...>``
   Joins the list with the content of ``...``
 ``$<ANGLE-R>``