From 39e21b70d2623e832e35db77d9f13a059f043385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Sep 2019 09:51:51 +0200 Subject: [PATCH] Doc++ Huh, what interesting things lie in old stashes. --- doc/building.dox | 2 +- doc/changelog.dox | 2 ++ doc/platforms-windows.dox | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index b942c5f6a..51d2b5f1d 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -103,7 +103,7 @@ vcpkg install magnum @par Installing latest master The `master` is considered stable for production use and often you may want - to prefer it over an potentially outdated tagged release. To do so, use + to prefer it over a potentially outdated tagged release. To do so, use the `--head` option, on *both* `corrade` and `magnum`: @par @code{.bat} diff --git a/doc/changelog.dox b/doc/changelog.dox index 640f08025..079ad2bcb 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -614,6 +614,8 @@ See also: - Populating the Troubleshooting section of @ref platforms-windows "Windows-specific platform notes" (see [mosra/magnum#355](https://github.com/mosra/magnum/issues/355)) +- Extended info about the `--head` option in @ref building-packages-vcpkg + (see [mosra/magnum#367](https://github.com/mosra/magnum/issues/367)) @subsection changelog-latest-deprecated Deprecated APIs diff --git a/doc/platforms-windows.dox b/doc/platforms-windows.dox index 77b1d8f8a..ec0f04b38 100644 --- a/doc/platforms-windows.dox +++ b/doc/platforms-windows.dox @@ -138,7 +138,7 @@ its documentation for more information. @section platform-windows-hiding-console Hiding console window -By default, CMake compiles GUI applications with an potentially unwanted +By default, CMake compiles GUI applications with a potentially unwanted console window lurking in the background. This can be fixed by creating your executable with @cmake add_executable(... WIN32 ...) @ce and linking to the @ref main "Corrade::Main" library. See its documentation for more information.