Author: luc
Date: Mon May 19 01:10:57 2008
New Revision: 657751
URL: http://svn.apache.org/viewvc?rev=657751&view=rev
Log:
fixed links
Modified:
commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml
Modified: commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml?rev=657751&r1=657750&r2=657751&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml (original)
+++ commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml Mon May 19 01:10:57
2008
@@ -39,9 +39,9 @@
changed to the control flow instructions (loops, branches,
operations scheduling). The entry point of this differentiation
process is the <a
-
href="apidocs/org/apache/commons/nabla/automatic/analysis/MethodDifferentiator.html#visitEnd">
+
href="apidocs/org/apache/commons/nabla/automatic/analysis/MethodDifferentiator.html#visitEnd()">
visitEnd</a> method of the <code>MethodDifferentiator</code>
- which is called from the <a
href="apidocs/org/apache/commons/nabla/automatic/analysis/AutomaticDifferentiator.html">
+ which is called from the <a
href="apidocs/org/apache/commons/nabla/automatic/AutomaticDifferentiator.html">
AutomaticDifferentiator</a> class for processing the <code>f</code>
method of the user class.
</p>