From 08876626836bee77f8fd62e6d5de059a76eeae72 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Sun, 12 Mar 2006 10:06:59 +0000 Subject: [PATCH] doxygen documentation fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13344 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/lyxtext.h | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a0b9e02f18..bed26ff8ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-03-12 Martin Vermeer + + * lyxtext.h: doxygen documentation fix + 2006-03-11 Martin Vermeer * paragraph.[Ch] (write, lookupChange, lookupChangeFull; diff --git a/src/lyxtext.h b/src/lyxtext.h index 30f17b8e89..ff60fe323b 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -220,11 +220,14 @@ public: void cursorTop(LCursor & cur); /// void cursorBottom(LCursor & cur); - /// + /// Delete character at cursor. Honour change tracking bool Delete(LCursor & cur); - /// + /** At cursor position 0, merge paragraph with the one before it. + * Ignore CT (this is used in \c acceptChange, \c rejectChange for + * physical deletion of paragraph break) + */ bool backspacePos0(LCursor & cur); - /// + /// Delete character before cursor. Honour CT bool backspace(LCursor & cur); /// bool selectWordWhenUnderCursor(LCursor & cur, lyx::word_location); -- 2.39.5