Minor documentation corrections.

Escape the space after "i.e." (or avoid using it altogether), add missing @ref.

Closes #16235.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-05-06 18:16:29 +00:00
parent 6fc2e956cf
commit 3f7086de4c
4 changed files with 9 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
@library{wxcore}
@category{cmndlg}
@see overview_cmndlg_font, wxFontData, wxGetFontFromUser()
@see @ref overview_cmndlg_font, wxFontData, wxGetFontFromUser()
*/
class wxFontDialog : public wxDialog
{