diff --git a/doc/doc++/osg/NodeVisitor.html b/doc/doc++/osg/NodeVisitor.html
index c4c051f55..876dbff6e 100644
--- a/doc/doc++/osg/NodeVisitor.html
+++ b/doc/doc++/osg/NodeVisitor.html
@@ -84,10 +84,10 @@
const NodePath& getNodePath() const
Get the const NodePath from the top most node applied down to the current Node being visited
-
const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode)
-Get the Local To World Matrix from the NodePath for specified Transform::Mode
+
const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode, Node* node)
+Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u
-
const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode)
+
const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode, Node* node)
Get the World To Local Matrix from the NodePath for specified Transform::Mode
virtual void apply(Node& node)
@@ -343,12 +343,12 @@ to the current Node being visited
-
const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode)
-Get the Local To World Matrix from the NodePath for specified Transform::Mode
+
const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode, Node* node)
+Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u
-
const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode)
+
const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode, Node* node)
Get the World To Local Matrix from the NodePath for specified Transform::Mode
diff --git a/doc/doc++/osg/Statistics.html b/doc/doc++/osg/Statistics.html
index ca6d549f3..09607c337 100644
--- a/doc/doc++/osg/Statistics.html
+++ b/doc/doc++/osg/Statistics.html
@@ -233,24 +233,28 @@ each trifan or tristrip = (length-2) triangles and so on.
STAT_GRAPHS
-
+
+
STAT_VIEWPARMS
+
+
+
STAT_PRIMS
-
+
STAT_PRIMSPERVIEW
-
+
STAT_PRIMSPERBIN
-
+
STAT_DC
-
+
STAT_RESTART
diff --git a/doc/doc++/osgText/RasterFont.html b/doc/doc++/osgText/RasterFont.html
index f718d14f2..addc9e5fa 100644
--- a/doc/doc++/osgText/RasterFont.html
+++ b/doc/doc++/osgText/RasterFont.html
@@ -26,7 +26,7 @@
RasterFont(const RasterFont& font, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
-
RasterFont(const std::string& font)
+
RasterFont(const std::string& )
virtual bool isSameKindAs(const osg::Object* obj) const
@@ -112,7 +112,7 @@
-
RasterFont(const std::string& font)
+
RasterFont(const std::string& )
diff --git a/doc/doc++/osgText/VectorFont.html b/doc/doc++/osgText/VectorFont.html
index 2bab62633..049df1511 100644
--- a/doc/doc++/osgText/VectorFont.html
+++ b/doc/doc++/osgText/VectorFont.html
@@ -26,7 +26,7 @@
VectorFont(const VectorFont& font, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
-
VectorFont(const std::string& font)
+
VectorFont(const std::string& )
virtual bool isSameKindAs(const osg::Object* obj) const
@@ -117,7 +117,7 @@
-
VectorFont(const std::string& font)
+
VectorFont(const std::string& )