From eb932381fcd178ea78525dc3f919ca2f7f8f749e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 30 Aug 2013 16:50:16 +0200 Subject: [PATCH] Minor documentation fixes. --- README.md | 2 +- doc/mainpage.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 530a996e4..18fc6b706 100644 --- a/README.md +++ b/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 ============ diff --git a/doc/mainpage.dox b/doc/mainpage.dox index fe47ce03c..d24de7caf 100644 --- a/doc/mainpage.dox +++ b/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