Doc: Qt Gui: Fully qualify \variable documentation
Upcoming changes to QDoc require API entities to be fully qualified; previously, QDoc maintained a list of 'open namespaces' that were part of matching the documented entity with its declaration, but that concept does not work for parallelized parsing where the order of processing can be arbitrary. Change-Id: I082d1b8c150543a1451767caf767ad5faf3473ba Reviewed-by: Luca Di Sera <luca.disera@qt.io>bb10
parent
0d15c000ad
commit
a50a36f72b
|
|
@ -329,7 +329,7 @@ QList<QTextOption::Tab> QTextOption::tabs() const
|
|||
*/
|
||||
|
||||
/*!
|
||||
\variable Tab::position
|
||||
\variable QTextOption::Tab::position
|
||||
Distance from the start of the paragraph.
|
||||
The position of a tab is from the start of the paragraph which implies that when
|
||||
the alignment of the paragraph is set to centered, the tab is interpreted to be
|
||||
|
|
|
|||
Loading…
Reference in New Issue