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.
This commit is contained in:
parent
90783fec05
commit
0d68a6d42e
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue