diff options
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: |