From 030c6f4631593dd75bf87358f8c128c85980305b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 30 Aug 2013 14:56:16 +0200 Subject: [PATCH] More documentation improvement. --- README.md | 4 ++-- doc/mainpage.dox | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6075ba92d..530a996e4 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ FEATURES Snapshot is available at http://mosra.cz/blog/magnum-doc/. * Vector and matrix library with implementation of complex numbers, quaternions and their dual counterparts for representing transformations. -* Classes wrapping OpenGL and simplifying its usage with direct state access - and automatic fallback for unavailable features. +* Classes wrapping OpenGL using RAII principle and simplifying its usage with + direct state access and automatic fallback for unavailable features. * Extensible scene graph which can be modified for each specific usage. * Plugin-based data exchange framework, tools for manipulating meshes, textures and images. diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 0a85240b5..fe47ce03c 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -77,8 +77,8 @@ recent C++11 features and abstract away platform-specific issues. - Vector and matrix library with implementation of complex numbers, quaternions and their dual counterparts for representing transformations. -- Classes wrapping OpenGL and simplifying its usage with direct state access - and automatic fallback for unavailable features. +- Classes wrapping OpenGL using RAII principle and simplifying its usage with + direct state access and automatic fallback for unavailable features. - Extensible scene graph which can be modified for each specific usage. - Plugin-based data exchange framework, tools for manipulating meshes, textures and images.