X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b70c946a39362f054e0248d759dd2e6eb1137d9..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/interface/wx/fontdlg.h?ds=inline diff --git a/interface/wx/fontdlg.h b/interface/wx/fontdlg.h index 52389acde9..f6becc4836 100644 --- a/interface/wx/fontdlg.h +++ b/interface/wx/fontdlg.h @@ -14,7 +14,7 @@ @library{wxcore} @category{cmndlg} - @see Overview(), wxFontData, wxGetFontFromUser() + @see overview_cmndlg_font, wxFontData, wxGetFontFromUser() */ class wxFontDialog : public wxDialog { @@ -32,7 +32,7 @@ public: /** Constructor. - Pass a parent window, and the @ref overview_wxfontdata "font data" object + Pass a parent window, and the @ref wxFontData "font data" object to be used to initialize the dialog controls. */ wxFontDialog(wxWindow* parent, const wxFontData& data); @@ -55,7 +55,7 @@ public: //@{ /** - Returns the @ref overview_wxfontdata "font data" associated with the + Returns the @ref wxFontData "font data" associated with the font dialog. */ const wxFontData& GetFontData() const; @@ -81,7 +81,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /**