(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxygen improvements.

This commit is contained in:
alberth
2012-09-21 09:47:21 +00:00
parent e83a41e9b5
commit 6c6abd87db
8 changed files with 33 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ public:
};
/**
* Interal used class to create a raw text in a Text object.
* Internally used class to create a raw text in a Text object.
* @api -all
*/
class RawText : public Text {
@@ -105,7 +105,7 @@ public:
#else
/**
* Set the parameter to a value.
* @param parameter Which parameter t oset.
* @param parameter Which parameter to set.
* @param value The value of the parameter. Has to be string, integer or an instance of the class ScriptText.
*/
void SetParam(int parameter, Object value);