]> git.lyx.org Git - features.git/commitdiff
Document pasteParagraphList as hinted by Jean-Marc
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Nov 2006 19:52:45 +0000 (19:52 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Nov 2006 19:52:45 +0000 (19:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15960 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.h

index 6b6e6bb189ac060a100506ef241fc930fea53452..332e414002b322570e2844bc3ad516229b7721da 100644 (file)
@@ -56,7 +56,8 @@ void copySelection(LCursor & cur);
 ///
 void pasteSelection(LCursor & cur, ErrorList &, size_t sel_index = 0);
 
-///
+/// Paste the paragraph list \p parlist at the position given by \p cur.
+/// Does not handle undo. Does only work in text, not mathed.
 void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
                        textclass_type textclass, ErrorList & errorList);