From 5461a314dfa2faa525848dcb8724ca9b74425400 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 8 Jan 2019 00:33:01 +0100 Subject: ECMQMLModules: fix api dox: title match module name, add missing "Since" --- modules/ECMQMLModules.cmake | 7 +++++-- 1 file 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( ...) # # 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 # -- cgit v1.2.1