From 7920b94bebb110b778925775bfd3cbfc6756f1cf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 2 Dec 2011 12:42:35 +0000 Subject: [PATCH] Link to wxGridCellFloatFormat when it's mentioned in the documentation. Enum names are not auto-linked by Doxygen so prefix this enum with "::" to force link creation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/grid.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index e7b9e566ef..ed3b3a8689 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -228,7 +228,7 @@ public: Number of digits after the decimal dot. @param format The format used to display the string, must be a combination of - wxGridCellFloatFormat enum elements. This parameter is only + ::wxGridCellFloatFormat enum elements. This parameter is only available since wxWidgets 2.9.3. */ wxGridCellFloatRenderer(int width = -1, int precision = -1, @@ -237,7 +237,7 @@ public: /** Returns the specifier used to format the data to string. - The returned value is a combination of wxGridCellFloatFormat elements. + The returned value is a combination of ::wxGridCellFloatFormat elements. @since 2.9.3 */ @@ -257,7 +257,7 @@ public: Set the format to use for display the number. @param format - Must be a combination of wxGridCellFloatFormat enum elements. + Must be a combination of ::wxGridCellFloatFormat enum elements. @since 2.9.3 */ @@ -648,7 +648,7 @@ public: Number of digits after the decimal dot. @param format The format to use for displaying the number, a combination of - wxGridCellFloatFormat enum elements. This parameter is only + ::wxGridCellFloatFormat enum elements. This parameter is only available since wxWidgets 2.9.3. */ wxGridCellFloatEditor(int width = -1, int precision = -1, -- 2.45.2