From b56174c8d4953941727ab2355fc353a8696d9b7d Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Fri, 11 Jan 2013 16:01:29 +0200 Subject: [PATCH] updated docs --- docs/source/gst_example_with_documentation.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/source/gst_example_with_documentation.xml b/docs/source/gst_example_with_documentation.xml index a7a646d307..addada5b10 100644 --- a/docs/source/gst_example_with_documentation.xml +++ b/docs/source/gst_example_with_documentation.xml @@ -14,8 +14,8 @@

Currently \(a\) is

- - + +

This one @@ -26,7 +26,7 @@

Currently \(b\) is

- +

To change \(a\) use:

@@ -57,7 +57,8 @@ return 10.0 * b * Math.sin(a * x) * Math.sin(b * x) / (Math.cos(b * x) + 10); - return Math.sin(a * x); + + Math.sin(a * x); function helperFunc(c1) { @@ -66,13 +67,15 @@ return helperFunc(x + 10 * a * b) + Math.sin(a - x); + a return 0; - return 30; + + 30 120