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:
Leena Miettinen
2011-12-13 16:10:57 +01:00
parent 78b65c808a
commit feaf023fd2
5 changed files with 239 additions and 239 deletions

View File

@@ -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