mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 05:37:11 +00:00
fix documenation
This commit is contained in:
parent
24fcef9185
commit
5a1078812e
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user