From: Braden M. <br...@us...> - 2007-04-16 08:18:44
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30280/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Doc-comment fixes. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.207 retrieving revision 1.208 diff -C2 -d -r1.207 -r1.208 *** browser.cpp 16 Apr 2007 07:40:48 -0000 1.207 --- browser.cpp 16 Apr 2007 08:18:43 -0000 1.208 *************** *** 7193,7203 **** * @note There are a couple of edge cases here where we are probably doing the * wrong thing: ! * - If there is a URI in the list of the form “#NodeId” and ! * it is not the first URI in the list, this URI will be loaded as if ! * it were a new world rather than as a Viewpoint that should simply ! * be bound. ! * - If the first URI in the list is of the form “#NodeId” ! * and no Viewpoint named “NodeId” exists in the scene, ! * this method will not try any subsequent URIs in the list. * * @param[in] url an array of URIs. Per VRML97 convention, the first --- 7193,7204 ---- * @note There are a couple of edge cases here where we are probably doing the * wrong thing: ! * - If there is a URI in the list of the form ! * “<code>\#NodeId</code>” and it is not the first URI in ! * the list, this URI will be loaded as if it were a new world rather ! * than as a Viewpoint that should simply be bound. ! * - If the first URI in the list is of the form ! * “<code>\#NodeId</code>” and no Viewpoint named ! * “<code>NodeId</code>” exists in the scene, this method ! * will not try any subsequent URIs in the list. * * @param[in] url an array of URIs. Per VRML97 convention, the first |