diff options
author | Alex Merry <alex.merry@kde.org> | 2015-02-06 11:50:31 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-02-06 11:51:57 +0000 |
commit | ce678b32de12e6bb3c2b470111a3fcbadcca3a38 (patch) | |
tree | 15155e7e77a78ac27ffa139abfdd5231096c17d0 /docs | |
parent | a1d6d8f7259ade901a87b33edbef8b31bffb5e26 (diff) | |
download | extra-cmake-modules-ce678b32de12e6bb3c2b470111a3fcbadcca3a38.tar.gz extra-cmake-modules-ce678b32de12e6bb3c2b470111a3fcbadcca3a38.tar.bz2 |
Add missing documentation.
Three modules (ECMCoverageOption, ECMEnableSanitizers and
ECMGeneratePkgConfigFile) were not being documented. This commit fixes
that situation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/module/ECMCoverageOption.rst | 1 | ||||
-rw-r--r-- | docs/module/ECMEnableSanitizers.rst | 1 | ||||
-rw-r--r-- | docs/module/ECMGeneratePkgConfigFile.rst | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/module/ECMCoverageOption.rst b/docs/module/ECMCoverageOption.rst new file mode 100644 index 00000000..41bffd78 --- /dev/null +++ b/docs/module/ECMCoverageOption.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMCoverageOption.cmake diff --git a/docs/module/ECMEnableSanitizers.rst b/docs/module/ECMEnableSanitizers.rst new file mode 100644 index 00000000..e25dd4f8 --- /dev/null +++ b/docs/module/ECMEnableSanitizers.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMEnableSanitizers.cmake diff --git a/docs/module/ECMGeneratePkgConfigFile.rst b/docs/module/ECMGeneratePkgConfigFile.rst new file mode 100644 index 00000000..cd311f6b --- /dev/null +++ b/docs/module/ECMGeneratePkgConfigFile.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMGeneratePkgConfigFile.cmake |