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

Help: Remove empty literal block markup in RESOURCE target property

This was added accidentally by commit 456e0fb64f (Help: Improve
documentation formating, 2019-04-01).
Brad King 6 лет назад
Родитель
Сommit
2024327746
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Help/prop_tgt/RESOURCE.rst

+ 1 - 1
Help/prop_tgt/RESOURCE.rst

@@ -11,7 +11,7 @@ directory (eg. ``Resources`` directory for macOS) inside the bundle.
 On non-Apple platforms these files may be installed using the ``RESOURCE``
 On non-Apple platforms these files may be installed using the ``RESOURCE``
 option to the :command:`install(TARGETS)` command.
 option to the :command:`install(TARGETS)` command.
 
 
-Following example of Application Bundle::
+Following example of Application Bundle:
 
 
 .. code-block:: cmake
 .. code-block:: cmake