aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindUDev.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2019-06-29 17:11:42 +0200
committerPino Toscano <pino@kde.org>2019-06-29 17:11:42 +0200
commit5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3 (patch)
treeb782a24b661979494bac89462f0fb4db884d1b7d /find-modules/FindUDev.cmake
parent3f51cb1fcd5f7b00b565b9f2ddf7366aeef3c415 (diff)
downloadextra-cmake-modules-5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3.tar.gz
extra-cmake-modules-5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3.tar.bz2
Small API docs fixesv5.60.0-rc1v5.60.0
Diffstat (limited to 'find-modules/FindUDev.cmake')
-rw-r--r--find-modules/FindUDev.cmake16
1 files changed, 9 insertions, 7 deletions
diff --git a/find-modules/FindUDev.cmake b/find-modules/FindUDev.cmake
index b7557415..20d3f112 100644
--- a/find-modules/FindUDev.cmake
+++ b/find-modules/FindUDev.cmake
@@ -2,13 +2,15 @@
# FindUDev
# --------
#
-# Try to find the UDev library, once done this will define:
+# Try to find the UDev library.
#
-# ``UDev_FOUND``
-# System has UDev.
+# This will define the following variables:
#
-# ``UDev_INCLUDE_DIRS``
-# The libudev include directory.
+# ``UDev_FOUND``
+# System has UDev.
+#
+# ``UDev_INCLUDE_DIRS``
+# The libudev include directory.
#
# ``UDev_LIBRARIES``
# The libudev libraries.
@@ -16,8 +18,8 @@
# ``UDev_VERSION``
# The libudev version.
#
-# If ``UDev_FOUND`` is TRUE, the following imported target
-# will be available:
+# If ``UDev_FOUND`` is TRUE, it will also define the following imported
+# target:
#
# ``UDev::UDev``
# The UDev library