aboutsummaryrefslogtreecommitdiff
path: root/find-modules
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-08 00:12:16 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-08 00:12:16 +0100
commit0a8414c6bafc639f9594ac3906fed8a4279bad72 (patch)
tree70e5e3a74fe9ef3f0b2490baa7fc86c0dddc002e /find-modules
parent0858ca854957367679e4eab5be3c836a007ea9ba (diff)
downloadextra-cmake-modules-0a8414c6bafc639f9594ac3906fed8a4279bad72.tar.gz
extra-cmake-modules-0a8414c6bafc639f9594ac3906fed8a4279bad72.tar.bz2
FindInotify: fix api dox .rst tag, add missing "Since"
Diffstat (limited to 'find-modules')
-rw-r--r--find-modules/FindInotify.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/find-modules/FindInotify.cmake b/find-modules/FindInotify.cmake
index 281d6c8b..15667e02 100644
--- a/find-modules/FindInotify.cmake
+++ b/find-modules/FindInotify.cmake
@@ -1,4 +1,4 @@
-#.rest:
+#.rst:
# FindInotify
# --------------
#
@@ -19,6 +19,8 @@
# even though Inotify_FOUND may be set to TRUE. This is because
# no special includes or libraries are needed. On other systems
# these may be needed to use inotify.
+#
+# Since 5.32.0.
#=============================================================================
# Copyright 2016 Tobias C. Berner <tcberner@FreeBSD.org>