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:
parent
9be928d6fb
commit
0e8999cb2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue