1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Documentation clean-up.

This commit is contained in:
jules 2014-03-16 21:08:38 +00:00
parent c733ed50ff
commit 865b9ab46a

View file

@ -75,8 +75,7 @@ public:
operator var() const;
/** Returns the value as a string.
This is alternative to writing things like "myValue.getValue().toString()".
This is a shortcut for "myValue.getValue().toString()".
*/
String toString() const;