fix documenation

This commit is contained in:
Jean-Marc Lasgouttes 2025-01-10 00:12:46 +01:00
parent 24fcef9185
commit 5a1078812e

View File

@ -439,7 +439,7 @@ private:
/// when it is allowed to scroll below the document. /// when it is allowed to scroll below the document.
int minVisiblePart(); int minVisiblePart();
/// Search recursively for the innermost inset that covers (x, y) position. /// Search recursively for the innermost inset in text that covers (x, y) position.
/// \retval 0 if no inset is found. /// \retval 0 if no inset is found.
Inset const * getCoveringInset( Inset const * getCoveringInset(
Text const & text, //< The Text where we start searching. Text const & text, //< The Text where we start searching.