aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDEClangFormat.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kde-modules/KDEClangFormat.cmake')
-rw-r--r--kde-modules/KDEClangFormat.cmake8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-modules/KDEClangFormat.cmake b/kde-modules/KDEClangFormat.cmake
index d00f2c9f..472727a3 100644
--- a/kde-modules/KDEClangFormat.cmake
+++ b/kde-modules/KDEClangFormat.cmake
@@ -12,10 +12,12 @@
#
# kde_clang_format(<files>)
#
-# Using this function will create a clang-format target that will format all
-# <files> passed to the function with the predefined KDE clang-format style.
+# Using this function will create a clang-format target that will format all
+# ``<files>`` passed to the function with the predefined KDE clang-format style.
#
-# Example usage:
+# Example usage:
+#
+# .. code-block:: cmake
#
# include(KDEClangFormat)
# file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES src/*.cpp src/*.h)