diff options
author | Pino Toscano <pino@kde.org> | 2019-06-29 17:11:42 +0200 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2019-06-29 17:11:42 +0200 |
commit | 5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3 (patch) | |
tree | b782a24b661979494bac89462f0fb4db884d1b7d /find-modules/FindPhoneNumber.cmake | |
parent | 3f51cb1fcd5f7b00b565b9f2ddf7366aeef3c415 (diff) | |
download | extra-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/FindPhoneNumber.cmake')
-rw-r--r-- | find-modules/FindPhoneNumber.cmake | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/find-modules/FindPhoneNumber.cmake b/find-modules/FindPhoneNumber.cmake index 4813c1a7..0c628009 100644 --- a/find-modules/FindPhoneNumber.cmake +++ b/find-modules/FindPhoneNumber.cmake @@ -2,14 +2,13 @@ # FindPhoneNumber # --------------- # -# This module finds if PhoneNumber is installed. +# Try to find PhoneNumber. # # This is a component-based find module, which makes use of the COMPONENTS and # OPTIONAL_COMPONENTS arguments to find_module. The following components are -# available: +# available:: # -# PhoneNumber -# GeoCoding +# PhoneNumber GeoCoding # # If no components are specified, this module will act as though all components # were passed to OPTIONAL_COMPONENTS. |