Correct list formatting in "Bitmaps and Icons" overview
Remove whitespace preceding @li tags which prevented doxygen from formatting the text as a list. Add a period after the last item in the lists where it was missing. Closes https://github.com/wxWidgets/wxWidgets/pull/897
This commit is contained in:
@@ -128,7 +128,7 @@ Under Windows, wxIcon may load the following formats:
|
|||||||
|
|
||||||
@li Windows icon resource (wxBITMAP_TYPE_ICO_RESOURCE)
|
@li Windows icon resource (wxBITMAP_TYPE_ICO_RESOURCE)
|
||||||
@li Windows icon file (wxBITMAP_TYPE_ICO)
|
@li Windows icon file (wxBITMAP_TYPE_ICO)
|
||||||
@li XPM data and file (wxBITMAP_TYPE_XPM)
|
@li XPM data and file (wxBITMAP_TYPE_XPM).
|
||||||
|
|
||||||
Under wxGTK, wxIcon may load the following formats:
|
Under wxGTK, wxIcon may load the following formats:
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ Under Windows, wxCursor may load the following formats:
|
|||||||
@li Windows cursor resource (wxBITMAP_TYPE_CUR_RESOURCE)
|
@li Windows cursor resource (wxBITMAP_TYPE_CUR_RESOURCE)
|
||||||
@li Windows cursor file (wxBITMAP_TYPE_CUR)
|
@li Windows cursor file (wxBITMAP_TYPE_CUR)
|
||||||
@li Windows icon file (wxBITMAP_TYPE_ICO)
|
@li Windows icon file (wxBITMAP_TYPE_ICO)
|
||||||
@li Windows bitmap file (wxBITMAP_TYPE_BMP)
|
@li Windows bitmap file (wxBITMAP_TYPE_BMP).
|
||||||
|
|
||||||
Under wxGTK, wxCursor may load the following formats (in addition to stock
|
Under wxGTK, wxCursor may load the following formats (in addition to stock
|
||||||
cursors):
|
cursors):
|
||||||
@@ -157,7 +157,7 @@ cursors):
|
|||||||
|
|
||||||
Under wxMotif and wxX11, wxCursor may load the following formats:
|
Under wxMotif and wxX11, wxCursor may load the following formats:
|
||||||
|
|
||||||
@li XBM data and file (wxBITMAP_TYPE_XBM)
|
@li XBM data and file (wxBITMAP_TYPE_XBM).
|
||||||
|
|
||||||
|
|
||||||
@section overview_bitmap_handlers Bitmap Format Handlers
|
@section overview_bitmap_handlers Bitmap Format Handlers
|
||||||
|
Reference in New Issue
Block a user