Typo in documentation fixed

This commit is contained in:
Simon Rozman 2016-04-11 12:41:40 +02:00
parent 177edd19e8
commit b194662c03

View File

@ -94,8 +94,8 @@ namespace ZRCola {
/// ///
/// Compares two transformations by string (for searching) /// Compares two transformations by string (for searching)
/// ///
/// \param[in] a Pointer to key sequence /// \param[in] a Pointer to first element
/// \param[in] b Pointer to second key sequence /// \param[in] b Pointer to second element
/// ///
/// \returns /// \returns
/// - <0 when a < b /// - <0 when a < b
@ -150,8 +150,8 @@ namespace ZRCola {
/// ///
/// Compares two transformations by character (for searching) /// Compares two transformations by character (for searching)
/// ///
/// \param[in] a Pointer to key sequence /// \param[in] a Pointer to first element
/// \param[in] b Pointer to second key sequence /// \param[in] b Pointer to second element
/// ///
/// \returns /// \returns
/// - <0 when a < b /// - <0 when a < b