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:
PB
2018-08-24 19:35:47 +02:00
committed by Vadim Zeitlin
parent 418cf57a96
commit 4915f3b5a6

View File

@@ -106,58 +106,58 @@ platform.
Under Windows, wxBitmap may load the following formats: Under Windows, wxBitmap may load the following formats:
@li Windows bitmap resource (wxBITMAP_TYPE_BMP_RESOURCE) @li Windows bitmap resource (wxBITMAP_TYPE_BMP_RESOURCE)
@li Windows bitmap file (wxBITMAP_TYPE_BMP) @li Windows bitmap file (wxBITMAP_TYPE_BMP)
@li XPM data and file (wxBITMAP_TYPE_XPM) @li XPM data and file (wxBITMAP_TYPE_XPM)
@li All formats that are supported by the wxImage class. @li All formats that are supported by the wxImage class.
Under wxGTK, wxBitmap may load the following formats: Under wxGTK, wxBitmap may load the following formats:
@li XPM data and file (wxBITMAP_TYPE_XPM) @li XPM data and file (wxBITMAP_TYPE_XPM)
@li All formats that are supported by the wxImage class. @li All formats that are supported by the wxImage class.
Under wxMotif and wxX11, wxBitmap may load the following formats: Under wxMotif and wxX11, wxBitmap may load the following formats:
@li XBM data and file (wxBITMAP_TYPE_XBM) @li XBM data and file (wxBITMAP_TYPE_XBM)
@li XPM data and file (wxBITMAP_TYPE_XPM) @li XPM data and file (wxBITMAP_TYPE_XPM)
@li All formats that are supported by the wxImage class. @li All formats that are supported by the wxImage class.
@subsection overview_bitmap_supportedformats_icon wxIcon @subsection overview_bitmap_supportedformats_icon wxIcon
Under Windows, wxIcon may load the following formats: 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:
@li XPM data and file (wxBITMAP_TYPE_XPM) @li XPM data and file (wxBITMAP_TYPE_XPM)
@li All formats that are supported by the wxImage class. @li All formats that are supported by the wxImage class.
Under wxMotif and wxX11, wxIcon may load the following formats: Under wxMotif and wxX11, wxIcon may load the following formats:
@li XBM data and file (wxBITMAP_TYPE_XBM) @li XBM data and file (wxBITMAP_TYPE_XBM)
@li XPM data and file (wxBITMAP_TYPE_XPM) @li XPM data and file (wxBITMAP_TYPE_XPM)
@li All formats that are supported by the wxImage class. @li All formats that are supported by the wxImage class.
@subsection overview_bitmap_supportedformats_cursor wxCursor @subsection overview_bitmap_supportedformats_cursor wxCursor
Under Windows, wxCursor may load the following formats: 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):
@li None (stock cursors only). @li None (stock cursors only).
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