diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:00:55 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:00:55 +0200 |
commit | 8307b90e8136e7c3adc6d0419f6eda0d58b27614 (patch) | |
tree | be9db0c4e70741754cbb0b0c3e72ef3ad60fb768 /kde-modules/KDEClangFormat.cmake | |
parent | 1ea9e4249f332e481a4940c63b3868504e8b6a3e (diff) | |
download | extra-cmake-modules-8307b90e8136e7c3adc6d0419f6eda0d58b27614.tar.gz extra-cmake-modules-8307b90e8136e7c3adc6d0419f6eda0d58b27614.tar.bz2 |
API dox: improve linking to other modules referenced in text
NO_CHANGELOG
Diffstat (limited to 'kde-modules/KDEClangFormat.cmake')
-rw-r--r-- | kde-modules/KDEClangFormat.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/KDEClangFormat.cmake b/kde-modules/KDEClangFormat.cmake index 46be8ad6..50dfc850 100644 --- a/kde-modules/KDEClangFormat.cmake +++ b/kde-modules/KDEClangFormat.cmake @@ -27,7 +27,7 @@ The ``.clang-format`` file from ECM will be copied to the source directory. This added to version control. It is recommended to add it to the ``.gitignore`` file: ``/.clang-format``. Since 5.79: If the source folder already contains a .clang-format file it is not overwritten. -Since version 5.80 this function is called by default in KDEFrameworkCompilerSettings. If directories should be excluded from +Since version 5.80 this function is called by default in :kde-module:`KDEFrameworkCompilerSettings`. If directories should be excluded from the formatting a .clang-format file with "DisableFormat: true" and "SortIncludes: false" should be created. Example usage: |