From 66a1ed7825cdb92367f2686293fc3620e4647803 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Tue, 24 Apr 2012 17:40:49 +0200 Subject: [PATCH] Minor corrections in API doc --- include/SFML/System/NonCopyable.hpp | 2 +- include/SFML/System/Utf.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SFML/System/NonCopyable.hpp b/include/SFML/System/NonCopyable.hpp index a19b0f558..759159c87 100644 --- a/include/SFML/System/NonCopyable.hpp +++ b/include/SFML/System/NonCopyable.hpp @@ -99,7 +99,7 @@ private : /// the copy constructor and assignment operator are declared private /// in sf::NonCopyable so they will end up being inaccessible in both /// cases. Thus you can use a shorter syntax for inheriting from it -/// see below). +/// (see below). /// /// Usage example: /// \code diff --git a/include/SFML/System/Utf.hpp b/include/SFML/System/Utf.hpp index 1d4ad4220..f1b3c6a7a 100644 --- a/include/SFML/System/Utf.hpp +++ b/include/SFML/System/Utf.hpp @@ -749,7 +749,7 @@ typedef Utf<32> Utf32; /// /// sf::Utf is a low-level, generic interface for counting, iterating, /// encoding and decoding Unicode characters and strings. It is able -/// to handle ANSI, wide, UTF-8, UTF-16 and UTF-32 encodings. +/// to handle ANSI, wide, latin-1, UTF-8, UTF-16 and UTF-32 encodings. /// /// sf::Utf functions are all static, these classes are not meant to /// be instanciated. All the functions are template, so that you