diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 0f1adfd18c..ac2562787c 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -958,9 +958,9 @@ List Transformations Joins the ``list`` with the content of the ``glue`` string inserted between each item. This is conceptually the same operation as - :ref:`$\ `, but the two have + :cref:`$\ `, but the two have different behavior with regard to empty items. - :ref:`$\ ` preserves all empty items, + :cref:`$\ ` preserves all empty items, whereas ``$`` drops all empty items from the list. .. genex:: $ @@ -970,7 +970,7 @@ List Transformations Removes duplicated items in the given ``list``. The relative order of items is preserved, and if duplicates are encountered, only the first instance is retained. The result is the same as - :ref:`$\ `. + :cref:`$\ `. .. genex:: $ @@ -978,7 +978,7 @@ List Transformations Includes or removes items from ``list`` that match the regular expression ``regex``. The result is the same as - :ref:`$\ `. + :cref:`$\ `. .. _GenEx List Ordering: @@ -1050,7 +1050,7 @@ Most of the expressions in this section are closely associated with the the form of a generator expression. For all generator expressions in this section, paths are expected to be in -cmake-style format. The :ref:`$\ ` +cmake-style format. The :cref:`$\ ` generator expression can be used to convert a native path to a cmake-style one.