From 44adaadf98f95116acde22c41eee3dd8a2ad6542 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Thu, 19 Dec 2019 22:28:51 +0100 Subject: API dox: fix rst syntax for KDEClangFormat text --- kde-modules/KDEClangFormat.cmake | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'kde-modules/KDEClangFormat.cmake') 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() # -# Using this function will create a clang-format target that will format all -# passed to the function with the predefined KDE clang-format style. +# Using this function will create a clang-format target that will format all +# ```` 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) -- cgit v1.2.1