From 0d68a6d42ef80ac283a46ef3a7755476f000cf5f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jun 2020 18:55:11 +0200 Subject: [PATCH] Fix formatting of @since in the list items in wxGauge docs The line break after "Since" doesn't look good in this context, so avoid using @since and spell it out explicitly. --- interface/wx/gauge.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index 2636ac225b..68ccb2a068 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -52,13 +52,12 @@ Display the current value in percents in the gauge itself. This style is only supported in wxQt and ignored under the other platforms. - @since 3.1.0 - + This flag is only available in wxWidgets 3.1.0 and later. @style{wxGA_PROGRESS} Reflect the value of gauge in the application taskbar button under Windows 7 and later and the dock icon under OS X, ignored under the other platforms. - @since 3.1.0 + This flag is only available in wxWidgets 3.1.0 and later. @endStyleTable