Browse Source

Doc++

Huh, what interesting things lie in old stashes.
pull/326/merge
Vladimír Vondruš 7 years ago
parent
commit
39e21b70d2
  1. 2
      doc/building.dox
  2. 2
      doc/changelog.dox
  3. 2
      doc/platforms-windows.dox

2
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}

2
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

2
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.

Loading…
Cancel
Save