Noticed these warnings while verifying doxygen docs this morning: * * *
$ svnversion 7877 $ doxygen /usr/local/src/fltk-1.3.x-svn/src/Fl_Printer.cxx:82: Warning: no uniquely matching class member found for void Fl_Printer::set_current() /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Buffer.cxx:1495: Warning: no matching class member found for int Fl_Text_Buffer::findchar_backward(int startPos, unsigned int searchChar, int *foundPos) const Possible candidates: int Fl_Text_Buffer::findchar_backward(int startPos, unsigned searchChar, int *foundPos) const /usr/local/src/fltk-1.3.x-svn/src/Fl.cxx:1745: Warning: argument 'opt' of command @param is not found in the argument list of Fl::option(Fl_Option o) /usr/local/src/fltk-1.3.x-svn/src/Fl.cxx:1745: Warning: The following parameters of Fl::option(Fl_Option o) are not documented: parameter 'o' /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:1148: Warning: Found unknown command `\retun' /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:1220: Warning: argument 'startPos' of command @param is not found in the argument list of Fl_Text_Display::line_end(int pos, bool startPosIsLineStart) const /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:1237: Warning: Found unknown command `\retun' /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:1220: Warning: The following parameters of Fl_Text_Display::line_end(int pos, bool startPosIsLineStart) const are not documented: parameter 'pos' /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:2689: Warning: argument 'index' of command @param is not found in the argument list of Fl_Text_Display::measure_vline(int visLineNum) const /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:2689: Warning: The following parameters of Fl_Text_Display::measure_vline(int visLineNum) const are not documented: parameter 'visLineNum' /usr/local/src/fltk-1.3.x-svn/src/Fl_Text_Display.cxx:941: Warning: argument 'column' of command @param is not found in the argument list of Fl_Text_Display::wrapped_row(int row) const /usr/local/src/fltk-1.3.x-svn/FL/Fl_Text_Display.H:285: Warning: argument 'x' of command @param is not found in the argument list of Fl_Text_Display::x_to_col(double y) /usr/local/src/fltk-1.3.x-svn/FL/Fl_Text_Display.H:285: Warning: The following parameters of Fl_Text_Display::x_to_col(double y) are not documented: parameter 'y' * * * _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
