diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2008-02-18 19:06:32 +0000 |
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2008-02-18 19:06:32 +0000 |
| commit | 814455b7ad321c88e730662fda58261087b72e72 (patch) | |
| tree | 76fa7d21fb68d40ed2c8c1ad116e9dd5fccd91a5 /modules/FindAlsa.cmake | |
| parent | e87d6853ee74980b2a16cc46f0d39a031a58d658 (diff) | |
| download | extra-cmake-modules-814455b7ad321c88e730662fda58261087b72e72.tar.gz extra-cmake-modules-814455b7ad321c88e730662fda58261087b72e72.tar.bz2 | |
some improvements to the docs:
-some modules were not at all documented, only few are left now
-the copyright message doesn't have to be printed for every module in the docs
-fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND)
Alex
(will commit modified FindKDE4Internal.cmake after Christians commit)
svn path=/trunk/KDE/kdelibs/; revision=776742
Diffstat (limited to 'modules/FindAlsa.cmake')
| -rw-r--r-- | modules/FindAlsa.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindAlsa.cmake b/modules/FindAlsa.cmake index 5b8e43f8..40872ea5 100644 --- a/modules/FindAlsa.cmake +++ b/modules/FindAlsa.cmake @@ -2,10 +2,10 @@ # Only the support for Alsa >= 0.9.x was included; 0.5.x was dropped (but feel free to re-add it if you need it) # It defines ... # It offers the following macros: -# ALSA_CONFIGURE_FILE(config_header) - generate a config.h, typical usage: -# ALSA_CONFIGURE_FILE(${CMAKE_BINARY_DIR}/config-alsa.h) -# ALSA_VERSION_STRING(version_string) looks for alsa/version.h and reads the version string into -# the first argument passed to the macro +# ALSA_CONFIGURE_FILE(config_header) - generate a config.h, typical usage: +# ALSA_CONFIGURE_FILE(${CMAKE_BINARY_DIR}/config-alsa.h) +# ALSA_VERSION_STRING(version_string) looks for alsa/version.h and reads the version string into +# the first argument passed to the macro # Copyright (c) 2006, David Faure, <faure@kde.org> # Copyright (c) 2007, Matthias Kretz <kretz@kde.org> |
