Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
In other qt documentation projects links to external pages live in an external-resources.qdoc file. such as the qtdoc repo qtdoc\doc\src\external-resources.qdoc, like so:
/*!
\externalpage http://wiki.qt.io/Building_Qt_5_from_Git
\title Building Qt 5 From Git
*/
/*!
\externalpage http://qt-project.org/contribute
\title Contributing to Qt
*/
/*!
\externalpage http://www.chromium.org/Home
\title The Chromium Projects
*/
It would be good to standardize the qtdeclartive repo to do the same.