Prevent unwanted line break after "i.e." in wxFontFamily docs.

Escape the following space to prevent Doxygen from thinking that the period
after "e" ends the brief documentation.
This commit is contained in:
Vadim Zeitlin
2015-07-10 13:45:33 +02:00
parent 9be928d6fb
commit 0e8999cb2f

View File

@@ -28,7 +28,7 @@ enum wxFontFamily
/// between @c wxFONTFAMILY_MODERN and @c wxFONTFAMILY_TELETYPE.
wxFONTFAMILY_MODERN = wxMODERN,
/// A teletype (i.e. monospaced) font.
/// A teletype (i.e.\ monospaced) font.
/// Monospace fonts have a fixed width like typewriters and often have strong angular
/// or block serifs. Monospace font faces are often used code samples and have a simple,
/// functional font style.