]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
* doxy
[lyx.git] / 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