Angus Leeming wrote: > I'd prefer this: > > /** \param bv the BufferView in which the search is to be performed, > * starting at the current cursor position. > * \param search the string we're looking for. > * \param replace if \c search is found, replace it with this. > * \param cs perform a case-sensitive search for \c search. > * \param mw match whole words only. > * \param fw search forward from the current cursor position. > */ > int replace(BufferView * bv, > std::string const & search, std::string const & replace, > bool cs, bool mw, bool fw); >
Thanks Angus! I'll make the change. Alfredo