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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user