diff options
author | ivan tkachenko <me@ratijas.tk> | 2020-06-23 15:29:39 +0300 |
---|---|---|
committer | ivan tkachenko <me@ratijas.tk> | 2020-06-23 15:29:39 +0300 |
commit | 3830dde78f9bde7ebe01fddca49d5806d4e52bea (patch) | |
tree | e9c161e0b76e91bccbdc57c6f81f3c0f04335f4e /modules | |
parent | 13a1161d445cbd31f2e83cfc31564a387c3d7f5f (diff) | |
download | extra-cmake-modules-3830dde78f9bde7ebe01fddca49d5806d4e52bea.tar.gz extra-cmake-modules-3830dde78f9bde7ebe01fddca49d5806d4e52bea.tar.bz2 |
Fix markdown list from not being a list
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMInstallIcons.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/ECMInstallIcons.cmake b/modules/ECMInstallIcons.cmake index 2c63a5a0..505697e8 100644 --- a/modules/ECMInstallIcons.cmake +++ b/modules/ECMInstallIcons.cmake @@ -51,11 +51,11 @@ # <theme><size>-<group>-<name>.<ext> # # where ``<theme>`` is one of -# * ``hi`` for hicolor -# * ``lo`` for locolor -# * ``cr`` for the Crystal icon theme -# * ``ox`` for the Oxygen icon theme -# * ``br`` for the Breeze icon theme +# * ``hi`` for hicolor +# * ``lo`` for locolor +# * ``cr`` for the Crystal icon theme +# * ``ox`` for the Oxygen icon theme +# * ``br`` for the Breeze icon theme # # With this syntax, the file ``hi22-actions-menu_new.png`` would be installed # into ``<icon_install_dir>/hicolor/22x22/actions/menu_new.png`` |