forked from qt-creator/qt-creator
Doc: replace \i with \o in \row tags
The \i command has become obsolete. Change-Id: Iee2bc3f4e54be063f805ffe981748e54fafac8fe Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -872,16 +872,16 @@
|
||||
|
||||
\table
|
||||
\row
|
||||
\i \bold{Note:}
|
||||
\o \bold{Note:}
|
||||
|
||||
\row
|
||||
\i GDB, and therefore \QC's debugger works for optimized
|
||||
\o GDB, and therefore \QC's debugger works for optimized
|
||||
builds on Linux and Mac OS X. Optimization can lead to
|
||||
re-ordering of instructions or removal of some local variables,
|
||||
causing the \gui{Locals and Expressions} view to show unexpected
|
||||
data.
|
||||
\row
|
||||
\i The debug information provided by GCC does not include enough
|
||||
\o The debug information provided by GCC does not include enough
|
||||
information about the time when a variable is initialized.
|
||||
Therefore, \QC can not tell whether the contents of a
|
||||
local variable contains "real data", or "initial noise". If a
|
||||
|
||||
Reference in New Issue
Block a user