From a8817674bab9f35fe9c290396585aef7b908ac3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 21 Jul 2014 21:40:13 +0200 Subject: [PATCH] modules: no backticks in CMake documentation. That is only for Doxygen. Also improved the wording a bit. --- doc/cmake.dox | 2 +- modules/FindMagnum.cmake | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/cmake.dox b/doc/cmake.dox index da9e2b171..b586ae336 100644 --- a/doc/cmake.dox +++ b/doc/cmake.dox @@ -173,7 +173,7 @@ are also available as preprocessor variables if including If `MAGNUM_BUILD_DEPRECATED` is defined, the `MAGNUM_INCLUDE_DIR` variable also contains path directly to Magnum directory (i.e. for includes without `Magnum/` prefix) and `MAGNUM_PLUGINS_INCLUDE_DIR` contains include dir for plugins (i.e. -instead of `MagnumPlugins/` prefix). +for includes without `MagnumPlugins/` prefix). %Corrade library provides also its own set of CMake macros and variables, see @ref corrade-cmake "its documentation" for more information. diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 2c3552184..b6b9f9e10 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -94,10 +94,10 @@ # emulation on desktop OpenGL # MAGNUM_TARGET_WEBGL - Defined if compiled for WebGL # -# If `MAGNUM_BUILD_DEPRECATED` is defined, the `MAGNUM_INCLUDE_DIR` variable -# also contains path directly to Magnum directory (i.e. for includes without -# `Magnum/` prefix) and `MAGNUM_PLUGINS_INCLUDE_DIR` contains include dir for -# plugins (i.e. instead of `MagnumPlugins/` prefix). +# If MAGNUM_BUILD_DEPRECATED is defined, the MAGNUM_INCLUDE_DIR variable also +# contains path directly to Magnum directory (i.e. for includes without +# Magnum/ prefix) and MAGNUM_PLUGINS_INCLUDE_DIR contains include dir for +# plugins (i.e. for includes without MagnumPlugins/ prefix). # # Additionally these variables are defined for internal usage: # MAGNUM_INCLUDE_DIR - Root include dir (w/o dependencies)