Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11925/src/libopenvrml/openvrml
Modified Files:
browser.cpp
Log Message:
Doc-comment fix.
Index: browser.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v
retrieving revision 1.221
retrieving revision 1.222
diff -C2 -d -r1.221 -r1.222
*** browser.cpp 11 Jul 2007 22:18:44 -0000 1.221
--- browser.cpp 11 Jul 2007 22:21:21 -0000 1.222
***************
*** 4534,4540 ****
* URI and the MIME content type associated with the stream. Users of the
* library must provide an implementation of this class, to be returned from
! * @c openvrml::browser::do_get_resource.
*
! * @sa openvrml::browser::do_get_resource(const std::string &)
*/
--- 4534,4540 ----
* URI and the MIME content type associated with the stream. Users of the
* library must provide an implementation of this class, to be returned from
! * @c openvrml::resource_fetcher::do_get_resource.
*
! * @sa openvrml::resource_fetcher::do_get_resource(const std::string &)
*/
|