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 workAreaDispatch(FuncRequest const & ev); >> >> /// comments may not have the \return keyword. You need /** */ or /*! */ >> for that. > > Well, it depends on how you configure Doxygen. I use the following style > in my own code:
configure means the Doxyfile? If yes please enable it in sourcedoc/Doxyfile.in. > /// small title. > /// bla bla bla > /// ... > /// \return ... > /// \retval ... > > It works fine provided that you put the dot at the end of the small title. I did not know that. I remember getting warnings about this with LyX code, but then I probably did not have a dot, or it is not enabled in sourcedoc/Doxyfile.in. Nevertheless the change is wrong, it is missing the dot ;-( Georg