Fix enum docs

GIT_SILENT
wilder
Ahmad Samir 4 years ago
parent 8d4540f6c6
commit 436fe4d93b
  1. 8
      src/profile/Profile.h

@ -149,13 +149,13 @@ public:
* should be highlighted. * should be highlighted.
*/ */
HighlightScrolledLines, HighlightScrolledLines,
/** (bool) Specifies whether the terminal will enable Bidirectional
* text display
*/
ReflowLines,
/** (bool) Specifies whether the terminal will enable Reflow of /** (bool) Specifies whether the terminal will enable Reflow of
* lines when terminal resizes. * lines when terminal resizes.
*/ */
ReflowLines,
/** (bool) Specifies whether the terminal will enable Bidirectional
* text display
*/
BidiRenderingEnabled, BidiRenderingEnabled,
/** (bool) Specifies whether text in terminal displays is allowed /** (bool) Specifies whether text in terminal displays is allowed
* to blink. * to blink.

Loading…
Cancel
Save