From 16c74c7f251e47ebc8222f94dabc82ce09f75c52 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 10 Mar 2010 17:01:08 +0000 Subject: [PATCH] Add a comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33699 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Text.h b/src/Text.h index 98964e9b20..e6826e2893 100644 --- a/src/Text.h +++ b/src/Text.h @@ -76,6 +76,9 @@ public: Font const & font, bool toggleall = false); /// what you expect when pressing \ at cursor position + /// \param inverse_logic if false, the same layout is set for the + /// new paragraph if the layout is an environment; if true, the + /// same layout is set if it is not an environment void breakParagraph(Cursor & cur, bool inverse_logic = false); /// set layout over selection -- 2.39.2