X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.h;h=791087fefd50e77f9060bff670827f55d38d9e61;hb=8a5d04fd84e344a1ba1cfd3f5cce67d41874cfa3;hp=c9322a56093fe947bd4aad44123c61787f13a320;hpb=e2ab5aa8e17ad1ecba32485acf9e9a08d38e9ee1;p=lyx.git diff --git a/src/paragraph_funcs.h b/src/paragraph_funcs.h index c9322a5609..791087fefd 100644 --- a/src/paragraph_funcs.h +++ b/src/paragraph_funcs.h @@ -1,13 +1,13 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file paragraph_funcs.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Lars Gullik Bjønnes * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS + */ #ifndef PARAGRAPH_FUNCS_H #define PARAGRAPH_FUNCS_H @@ -28,11 +28,11 @@ void breakParagraphConservative(BufferParams const & bparams, Paragraph *, lyx::pos_type pos); -/** Paste this paragraph with the next one. - Be carefull, this doesent make any check at all. -*/ -void pasteParagraph(BufferParams const & bparams, - Paragraph *); +/** + * Append the next paragraph onto the tail of this one. + * Be careful, this doesent make any check at all. + */ +void mergeParagraph(BufferParams const & bparams, Paragraph *); #if 0 @@ -49,4 +49,4 @@ bool isFirstInSequence(Paragraph * par); int getEndLabel(Paragraph * para, BufferParams const & bparams); #endif -#endif +#endif // PARAGRAPH_FUNCS_H