From 8d4d4c45b10f877846965bd25a38fd90c0e1c420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Wed, 19 Aug 2015 22:04:58 +0100 Subject: [PATCH] Improve formatting of identifiers in wxTextCtrl documentation. Render "std" in fixed-width font. Closes https://github.com/wxWidgets/wxWidgets/pull/75 --- interface/wx/textctrl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index c2cf5a4ff7..7de8831775 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -1091,9 +1091,9 @@ public: *control << 123.456 << " some text\n"; @endcode - However the possibility to create an ostream associated with wxTextCtrl may - be useful if you need to redirect the output of a function taking an - ostream as parameter to a text control. + However the possibility to create a @c std::ostream associated with wxTextCtrl may + be useful if you need to redirect the output of a function taking a + @c std::ostream as parameter to a text control. Another commonly requested need is to redirect @c std::cout to the text control. This may be done in the following way: