]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontdlg.h
Use DESTDIR properly and fix change-install-names script. Closes #12461
[wxWidgets.git] / interface / wx / fontdlg.h
index 52389acde9b58ba58a561621063441b91288bed3..bd0d404ce63aedf2b5285e44f3f0132dbb3a2956 100644 (file)
@@ -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 */
 //@{
 
 /**