Browse Source

Minor documentation fixes.

pull/23/head snapshot-2013-08
Vladimír Vondruš 13 years ago
parent
commit
eb932381fc
  1. 2
      README.md
  2. 2
      doc/mainpage.dox

2
README.md

@ -1,6 +1,6 @@
Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is
to simplify low-level graphics development and interaction with OpenGL using
recent C++11 features and abstract away platform-specific issues.
recent C++11 features and to abstract away platform-specific issues.
DESIGN GOALS
============

2
doc/mainpage.dox

@ -27,7 +27,7 @@ namespace Magnum {
%Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal
is to simplify low-level graphics development and interaction with OpenGL using
recent C++11 features and abstract away platform-specific issues.
recent C++11 features and to abstract away platform-specific issues.
@section mainpage-design-goals Design goals

Loading…
Cancel
Save