From d5ba6cd53d42eb7a30db85c5e70abfa7e8cbb9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 16 Mar 2018 10:14:11 +0100 Subject: [PATCH] doc: minor fixes. --- doc/platforms-android.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/platforms-android.dox b/doc/platforms-android.dox index 7868c796b..6907ef817 100644 --- a/doc/platforms-android.dox +++ b/doc/platforms-android.dox @@ -66,7 +66,7 @@ cmake .. \ -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \ -DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \ -DCMAKE_ANDROID_STL_TYPE=c++_static \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Release cmake --build . @endcode @@ -188,7 +188,7 @@ be placed inside `src/main` subdirectory, *not* straight besides the @endcode Replace @cb{.jinja} {{ package }} @ce with Java-like package name for your app -(in this case it could be e.g. @cpp "cz.mosra.magnum.my-application" @ce, for +(in this case it could be e.g. @cpp "cz.mosra.magnum.my_application" @ce, for example), @cb{.jinja} {{ app_name }} @ce with human-readable app name that's displayed in the system (so e.g. @cpp "My Application" @ce) and finally the @cb{.jinja} {{ lib_name }} @ce is name of the library that you compiled with