Minor corrections in API doc

This commit is contained in:
Laurent Gomila 2012-04-24 17:40:49 +02:00
parent 233fe32fab
commit 66a1ed7825
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ private :
/// the copy constructor and assignment operator are declared private /// the copy constructor and assignment operator are declared private
/// in sf::NonCopyable so they will end up being inaccessible in both /// in sf::NonCopyable so they will end up being inaccessible in both
/// cases. Thus you can use a shorter syntax for inheriting from it /// cases. Thus you can use a shorter syntax for inheriting from it
/// see below). /// (see below).
/// ///
/// Usage example: /// Usage example:
/// \code /// \code

View File

@ -749,7 +749,7 @@ typedef Utf<32> Utf32;
/// ///
/// sf::Utf is a low-level, generic interface for counting, iterating, /// sf::Utf is a low-level, generic interface for counting, iterating,
/// encoding and decoding Unicode characters and strings. It is able /// 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<X> functions are all static, these classes are not meant to /// sf::Utf<X> functions are all static, these classes are not meant to
/// be instanciated. All the functions are template, so that you /// be instanciated. All the functions are template, so that you