]> git.lyx.org Git - features.git/commitdiff
Add a comment.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 17:01:08 +0000 (17:01 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 17:01:08 +0000 (17:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33699 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.h

index 98964e9b20bc4bb8faecab123cc681beb8a3d49e..e6826e28938248e9140fd812c50699e74f114973 100644 (file)
@@ -76,6 +76,9 @@ public:
                Font const & font, bool toggleall = false);
 
        /// what you expect when pressing \<enter\> 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