X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer_funcs.h;h=e6fb52dc711ec40e26cbc204e429acdfd6d55a77;hb=24f8676130d1e0769db394b7142dae7eeb1d955e;hp=372d99daea1fdf1fbc0cd029c29f2ef71d1187e0;hpb=3508b308714eec50c77e361bb32431defc78a8d8;p=lyx.git diff --git a/src/buffer_funcs.h b/src/buffer_funcs.h index 372d99daea..e6fb52dc71 100644 --- a/src/buffer_funcs.h +++ b/src/buffer_funcs.h @@ -3,10 +3,10 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef BUFFER_FUNCS_H @@ -32,9 +32,9 @@ Buffer * newFile(string const & filename, string const & templatename, ///return the format of the buffer on a string string const BufferFormat(Buffer const & buffer); - -void parseErrors(Buffer const &, TeXErrors const &); - -void parseErrors(Buffer const &, ErrorList const &); +/// +void bufferErrors(Buffer const &, TeXErrors const &); +/// +void bufferErrors(Buffer const &, ErrorList const &); #endif // BUFFER_FUNCS_H