Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9.1
-
DaVinci 120, DaVinci 121
Description
qdoc warns about invalid links in \sa. Anyhow, if an entity references itself, it does not warn. It would be nice if it did.
Example
QQuickTableView::rowHeightProvider does link to itself in \sa:
/*! \qmlproperty var QtQuick::TableView::rowHeightProvider This property can hold a function that returns the row height for each row in the model. It is called whenever TableView needs to know the height of a specific row. The function takes one argument, \c row, for which the TableView needs to know the height. [..] \sa rowHeightProvider, isRowLoaded(), {Row heights and column widths} */
Anyhow, qdoc does not warn about this. Instead, it just prints the text without linkifying it: