Browse Source

doc: use absolute includes.

This somehow slipped through.
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
1aaa350e90
  1. 12
      doc/platform.dox

12
doc/platform.dox

@ -66,10 +66,10 @@ blue color is shown in the following code listing.
repository. repository.
@code @code
#include <Color.h> #include <Magnum/Color.h>
#include <DefaultFramebuffer.h> #include <Magnum/DefaultFramebuffer.h>
#include <Renderer.h> #include <Magnum/Renderer.h>
#include <Platform/GlutApplication.h> #include <Magnum/Platform/GlutApplication.h>
using namespace Magnum; using namespace Magnum;
@ -148,8 +148,8 @@ renderer string and exits is in the following code listing.
repository. repository.
@code @code
#include <Context.h> #include <Magnum/Context.h>
#include <Platform/WindowlessGlxApplication.h> #include <Magnum/Platform/WindowlessGlxApplication.h>
using namespace Magnum; using namespace Magnum;

Loading…
Cancel
Save