Skip to content

Commit

Permalink
doc: fix function references.
Browse files Browse the repository at this point in the history
Ugh how did it work before?
  • Loading branch information
mosra committed Jan 7, 2020
1 parent 37f0682 commit f8f7855
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/corrade-changelog.dox
Original file line number Diff line number Diff line change
Expand Up @@ -904,14 +904,14 @@ Released 2018-05-01, tagged as
@ref CORRADE_INTERNAL_ASSERT_OUTPUT()
- New @ref CORRADE_CONSTEXPR_ASSERT() and @ref CORRADE_INTERNAL_CONSTEXPR_ASSERT()
macros for use in C++11 constexpr functions
- @ref String::beginsWith() and @ref String::endsWith() overloads taking just
a single @cpp char @ce
- @ref String::ltrimInPlace(), @ref String::rtrimInPlace() and
@ref String::trimInPlace() for easier operation on mutable strings. The
@ref String::ltrim(), @ref String::rtrim() and @ref String::trim()
functions are now implemented using these.
- @ref String::stripPrefix() and @ref String::stripSuffix() for checked
prefix and suffix stripping
- @ref Utility::String::beginsWith() and @ref Utility::String::endsWith()
overloads taking just a single @cpp char @ce
- @ref Utility::String::ltrimInPlace(), @ref Utility::String::rtrimInPlace()
and @ref Utility::String::trimInPlace() for easier operation on mutable
strings. The @ref Utility::String::ltrim(), @ref Utility::String::rtrim()
and @ref Utility::String::trim() functions are now implemented using these.
- @ref Utility::String::stripPrefix() and @ref Utility::String::stripSuffix()
for checked prefix and suffix stripping

@subsection corrade-changelog-2018-04-buildsystem Build system

Expand Down

0 comments on commit f8f7855

Please sign in to comment.