diff options
| author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-08 00:33:01 +0100 | 
|---|---|---|
| committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-08 00:33:01 +0100 | 
| commit | 5461a314dfa2faa525848dcb8724ca9b74425400 (patch) | |
| tree | cf96c34cb14449598a2a8a162b8658419ebbe062 | |
| parent | 0a8414c6bafc639f9594ac3906fed8a4279bad72 (diff) | |
| download | extra-cmake-modules-5461a314dfa2faa525848dcb8724ca9b74425400.tar.gz extra-cmake-modules-5461a314dfa2faa525848dcb8724ca9b74425400.tar.bz2 | |
ECMQMLModules: fix api dox: title match module name, add missing "Since"
| -rw-r--r-- | modules/ECMQMLModules.cmake | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/modules/ECMQMLModules.cmake b/modules/ECMQMLModules.cmake index faf9968f..f43bba79 100644 --- a/modules/ECMQMLModules.cmake +++ b/modules/ECMQMLModules.cmake @@ -1,6 +1,6 @@  #.rst: -# FindQMLModule -# ------- +# ECMQMLModules +# -------------  #  # Find QML import modules through a find_qmlmodule() call.  # It uses the qmlplugindump application to find the plugins and sets them up as @@ -11,6 +11,7 @@  # but fail at runtime.  #  # :: +#  #   ecm_find_qmlmodule(<module_name> <version>...)  #  # Any further arguments passed will be forwarded into a find_package() call. See @@ -22,6 +23,8 @@  #  #   ecm_find_qmlmodule(org.kde.kirigami 2.1)  # +# Since 5.38.0. +#  #=============================================================================  # Copyright 2015 Aleix Pol Gonzalez <aleixpol@blue-systems.com>  # | 
