From a3a2f89ec6257693b5904335b1e1b602e75b3144 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 4 Dec 2014 18:24:04 -0500 Subject: [PATCH] Tiny fix to StringView docs --- docs/user/interface/StringView.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/StringView.dox b/docs/user/interface/StringView.dox index 4dde76637c..3ee1690775 100644 --- a/docs/user/interface/StringView.dox +++ b/docs/user/interface/StringView.dox @@ -343,7 +343,7 @@ /*! \fn const char* BStringView::Text() const - \returns The text set to the item. + \brief Returns the text currently set to the string view. \returns the text set to the string view.