Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: [EMAIL PROTECTED] wrote: -/// a function should be executed from the workarea +/// dispatch method that should be executed from the workarea +/// \return true if a full redraw is needed. bool workAr

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: I will add the dot or I can revert to /** style, I don't really care. I don't care either about the style, but I do care about newly added warnings. I was wondering... Is there some automated doxygen run of the LyX code somewhere in the web site?

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Georg Baum
Abdelrazak Younes wrote: > I will add the dot or I can revert to /** style, I don't really care. I don't care either about the style, but I do care about newly added warnings. > Someone needs to review all the doxygen comments someday... Yes. Georg

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: [EMAIL PROTECTED] wrote: -/// a function should be executed from the workarea +/// dispatch method that should be executed from the workarea +/// \return true if a full redraw is needed. bool workAr

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> [EMAIL PROTECTED] wrote: >> >>> -/// a function should be executed from the workarea >>> +/// dispatch method that should be executed from the workarea >>> +/// \return true if a full redraw is needed. >>> bool workA

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Abdelrazak Younes
Georg Baum wrote: [EMAIL PROTECTED] wrote: -/// a function should be executed from the workarea +/// dispatch method that should be executed from the workarea +/// \return true if a full redraw is needed. bool workAreaDispatch(FuncRequest const & ev); /// comm

Re: r15813 - /lyx-devel/trunk/src/BufferView.h

2006-11-09 Thread Georg Baum
[EMAIL PROTECTED] wrote: > -/// a function should be executed from the workarea > +/// dispatch method that should be executed from the workarea > +/// \return true if a full redraw is needed. > bool workAreaDispatch(FuncRequest const & ev); /// comments may not h