From 5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 29 Jun 2019 17:11:42 +0200 Subject: Small API docs fixes --- find-modules/FindUDev.cmake | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'find-modules/FindUDev.cmake') 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 -- cgit v1.2.1