From 8307b90e8136e7c3adc6d0419f6eda0d58b27614 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 16:00:55 +0200 Subject: API dox: improve linking to other modules referenced in text NO_CHANGELOG --- kde-modules/KDEClangFormat.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kde-modules/KDEClangFormat.cmake') 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: -- cgit v1.2.1