From 4915f3b5a65df4607b1623dd95812a093fe44be3 Mon Sep 17 00:00:00 2001 From: PB Date: Fri, 24 Aug 2018 19:35:47 +0200 Subject: [PATCH] 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 --- docs/doxygen/overviews/bitmap.h | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/doxygen/overviews/bitmap.h b/docs/doxygen/overviews/bitmap.h index 46c0ab0b3e..e046c27cfd 100644 --- a/docs/doxygen/overviews/bitmap.h +++ b/docs/doxygen/overviews/bitmap.h @@ -106,58 +106,58 @@ platform. Under Windows, wxBitmap may load the following formats: - @li Windows bitmap resource (wxBITMAP_TYPE_BMP_RESOURCE) - @li Windows bitmap file (wxBITMAP_TYPE_BMP) - @li XPM data and file (wxBITMAP_TYPE_XPM) - @li All formats that are supported by the wxImage class. +@li Windows bitmap resource (wxBITMAP_TYPE_BMP_RESOURCE) +@li Windows bitmap file (wxBITMAP_TYPE_BMP) +@li XPM data and file (wxBITMAP_TYPE_XPM) +@li All formats that are supported by the wxImage class. Under wxGTK, wxBitmap may load the following formats: - @li XPM data and file (wxBITMAP_TYPE_XPM) - @li All formats that are supported by the wxImage class. +@li XPM data and file (wxBITMAP_TYPE_XPM) +@li All formats that are supported by the wxImage class. Under wxMotif and wxX11, wxBitmap may load the following formats: - @li XBM data and file (wxBITMAP_TYPE_XBM) - @li XPM data and file (wxBITMAP_TYPE_XPM) - @li All formats that are supported by the wxImage class. +@li XBM data and file (wxBITMAP_TYPE_XBM) +@li XPM data and file (wxBITMAP_TYPE_XPM) +@li All formats that are supported by the wxImage class. @subsection overview_bitmap_supportedformats_icon wxIcon Under Windows, wxIcon may load the following formats: - @li Windows icon resource (wxBITMAP_TYPE_ICO_RESOURCE) - @li Windows icon file (wxBITMAP_TYPE_ICO) - @li XPM data and file (wxBITMAP_TYPE_XPM) +@li Windows icon resource (wxBITMAP_TYPE_ICO_RESOURCE) +@li Windows icon file (wxBITMAP_TYPE_ICO) +@li XPM data and file (wxBITMAP_TYPE_XPM). Under wxGTK, wxIcon may load the following formats: - @li XPM data and file (wxBITMAP_TYPE_XPM) - @li All formats that are supported by the wxImage class. +@li XPM data and file (wxBITMAP_TYPE_XPM) +@li All formats that are supported by the wxImage class. Under wxMotif and wxX11, wxIcon may load the following formats: - @li XBM data and file (wxBITMAP_TYPE_XBM) - @li XPM data and file (wxBITMAP_TYPE_XPM) - @li All formats that are supported by the wxImage class. +@li XBM data and file (wxBITMAP_TYPE_XBM) +@li XPM data and file (wxBITMAP_TYPE_XPM) +@li All formats that are supported by the wxImage class. @subsection overview_bitmap_supportedformats_cursor wxCursor Under Windows, wxCursor may load the following formats: - @li Windows cursor resource (wxBITMAP_TYPE_CUR_RESOURCE) - @li Windows cursor file (wxBITMAP_TYPE_CUR) - @li Windows icon file (wxBITMAP_TYPE_ICO) - @li Windows bitmap file (wxBITMAP_TYPE_BMP) +@li Windows cursor resource (wxBITMAP_TYPE_CUR_RESOURCE) +@li Windows cursor file (wxBITMAP_TYPE_CUR) +@li Windows icon file (wxBITMAP_TYPE_ICO) +@li Windows bitmap file (wxBITMAP_TYPE_BMP). Under wxGTK, wxCursor may load the following formats (in addition to stock cursors): - @li None (stock cursors only). +@li None (stock cursors only). 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