aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Android.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2016-12-21 08:29:00 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2016-12-21 08:29:00 +0100
commit68a819958e9c3f061cfd10ee33cab963c982d53d (patch)
treee9a760ee4785cd45ea5da1ddef52b5a0c8e3d9b9 /toolchain/Android.cmake
parent5f17bf2c0c65b60cf8b7c3090c026be26375a33b (diff)
downloadextra-cmake-modules-68a819958e9c3f061cfd10ee33cab963c982d53d.tar.gz
extra-cmake-modules-68a819958e9c3f061cfd10ee33cab963c982d53d.tar.bz2
Fix missing :: in API docs to trigger code styling
Diffstat (limited to 'toolchain/Android.cmake')
-rw-r--r--toolchain/Android.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake
index 45b70849..7852f3e8 100644
--- a/toolchain/Android.cmake
+++ b/toolchain/Android.cmake
@@ -58,7 +58,7 @@
#
# For example, for integrating a Qt5 for Android with armv7 target present at
# ``/opt/android/Qt5/5.7/android_armv7`` and some other libraries installed to
-# the prefix ``/opt/android/foo``, you would use:
+# the prefix ``/opt/android/foo``, you would use::
#
# cmake \
# -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/AndroidToolchain.cmake \