diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-08 00:35:39 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-08 00:35:39 +0100 |
commit | efdca205db4b230b068da480267e665e28b48423 (patch) | |
tree | 4b8d255239920fe7fd0ec195a9aa2c66ee093391 /docs | |
parent | b1da949201025fe2b9fa98188cfb5c4e9306d0e0 (diff) | |
download | extra-cmake-modules-efdca205db4b230b068da480267e665e28b48423.tar.gz extra-cmake-modules-efdca205db4b230b068da480267e665e28b48423.tar.bz2 |
API dox: add missing entries for some find-modules & modules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/find-module/FindGperf.rst | 1 | ||||
-rw-r--r-- | docs/find-module/FindInotify.rst | 1 | ||||
-rw-r--r-- | docs/find-module/FindPhoneNumber.rst | 1 | ||||
-rw-r--r-- | docs/find-module/FindSeccomp.rst | 1 | ||||
-rw-r--r-- | docs/module/ECMGenerateQmlTypes.rst | 1 | ||||
-rw-r--r-- | docs/module/ECMQMLModules.rst | 1 | ||||
-rw-r--r-- | docs/module/ECMWinResolveSymlinks.rst | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/docs/find-module/FindGperf.rst b/docs/find-module/FindGperf.rst new file mode 100644 index 00000000..c6b5a6cd --- /dev/null +++ b/docs/find-module/FindGperf.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../find-modules/FindGperf.cmake diff --git a/docs/find-module/FindInotify.rst b/docs/find-module/FindInotify.rst new file mode 100644 index 00000000..434670cb --- /dev/null +++ b/docs/find-module/FindInotify.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../find-modules/FindInotify.cmake diff --git a/docs/find-module/FindPhoneNumber.rst b/docs/find-module/FindPhoneNumber.rst new file mode 100644 index 00000000..0ba09870 --- /dev/null +++ b/docs/find-module/FindPhoneNumber.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../find-modules/FindPhoneNumber.cmake diff --git a/docs/find-module/FindSeccomp.rst b/docs/find-module/FindSeccomp.rst new file mode 100644 index 00000000..84583204 --- /dev/null +++ b/docs/find-module/FindSeccomp.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../find-modules/FindSeccomp.cmake diff --git a/docs/module/ECMGenerateQmlTypes.rst b/docs/module/ECMGenerateQmlTypes.rst new file mode 100644 index 00000000..6a365099 --- /dev/null +++ b/docs/module/ECMGenerateQmlTypes.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMGenerateQmlTypes.cmake diff --git a/docs/module/ECMQMLModules.rst b/docs/module/ECMQMLModules.rst new file mode 100644 index 00000000..166fbbc0 --- /dev/null +++ b/docs/module/ECMQMLModules.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMQMLModules.cmake diff --git a/docs/module/ECMWinResolveSymlinks.rst b/docs/module/ECMWinResolveSymlinks.rst new file mode 100644 index 00000000..702463b1 --- /dev/null +++ b/docs/module/ECMWinResolveSymlinks.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMWinResolveSymlinks.cmake |