Revision: 3938
Author: janne.t.harkonen
Date: Thu Aug 26 06:08:00 2010
Log: Tweaks
http://code.google.com/p/robotframework/source/detail?r=3938
Modified:
/trunk/doc/userguide/src/ExtendingRobotFramework/JavaIntegration.txt
/trunk/doc/userguide/src/RobotFrameworkUserGuide.txt
=======================================
--- /trunk/doc/userguide/src/ExtendingRobotFramework/JavaIntegration.txt
Thu Aug 26 05:53:54 2010
+++ /trunk/doc/userguide/src/ExtendingRobotFramework/JavaIntegration.txt
Thu Aug 26 06:08:00 2010
@@ -4,7 +4,8 @@
Starting from Robot Framework 2.5.2 Robot Framework is also distributed as
a
standalone jar file that contains both Jython and Robot Framework. This
allows
`command line execution`__ with only Java installed, but the jar file also
-provides an API for Java usage. The current API documentation is available
online__
+provides an API for Java usage. The current API documentation is available
+online__.
__ `Starting test execution`_
__ http://code.google.com/p/robotframework/wiki/JavaIntegration
@@ -33,6 +34,7 @@
}
-:code:`JarRobot.run` is the same as when Robot Framework `is executed from
the command line`__.
+Return value of :code:`RobotFramework.run` has same meaning as `return
code`_ of
+Robot Framework execution.
=======================================
--- /trunk/doc/userguide/src/RobotFrameworkUserGuide.txt Thu Aug 26
05:53:54 2010
+++ /trunk/doc/userguide/src/RobotFrameworkUserGuide.txt Thu Aug 26
06:08:00 2010
@@ -191,6 +191,7 @@
.. _module search path: `library search path`_
.. _runner script: `Different runner scripts`_
.. _runner scripts: `runner script`_
+.. _return code: `return codes`_
.. 4. Extending