X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b70c946a39362f054e0248d759dd2e6eb1137d9..1e26459c5e72eb33485fe9919b2a4aaafd01e76b:/interface/wx/fontdlg.h diff --git a/interface/wx/fontdlg.h b/interface/wx/fontdlg.h index 52389acde9..bd0d404ce6 100644 --- a/interface/wx/fontdlg.h +++ b/interface/wx/fontdlg.h @@ -3,7 +3,7 @@ // Purpose: interface of wxFontDialog // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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 */ //@{ /**