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.