KHamburgerMenu: Adjust private API docs to actual function names
6610d74b introduced KHamburgerMenu. In the corresponding MR review !25 (merged)
it was suggested to rename avoidRedundancyWith
. However, after
implementing the suggestion this change was still missing from two API
doc strings, so let's fix them.
GIT_SILENT
Test Plan:
API docs built by KApiDox currently do not contain documentation or
links for private API as found in khamburgermenu_p.h
, so there should
be no developer-visible changes for now.